html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
dl,
dt,
dd,
ol,
ul,
li,
form,
legend,
fieldset,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  color: black;
  background: white;
  text-rendering: optimizeLegibility;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
td,
th {
  vertical-align: top;
  text-align: left;
}
th {
  font-weight: bold;
}
img {
  vertical-align: middle;
}
ol,
ul,
.noList {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
html {
  font-size: 100.01%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  color: ;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: ;
  text-decoration: underline;
}
.hover a.toTr {
  color: ;
}
h1 {
  font-size: 200%;
  font-weight: bold;
}
h2 {
  font-size: 150%;
  font-weight: bold;
}
h3 {
  font-size: 120%;
  font-weight: bold;
}
h4,
h5,
h6,
h7,
h8 {
  font-size: 100%;
  font-weight: bold;
}
.monospace {
  font-family: monospace;
}
.scrollable {
  overflow: scroll;
}
table .tiny {
  width: 10px;
}
.center {
  text-align: center !important;
  vertical-align: middle !important;
}
.middle {
  vertical-align: middle !important;
}
.cleaner {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.noDisplay {
  display: none;
}
.noPadding {
  padding: 0 !important;
}
.noMargin {
  margin: 0 !important;
}
.noSpace {
  padding: 0 !important;
  margin: 0 !important;
}
.first {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.noScreen {
  display: none;
}
input,
select,
textarea {
  font-size: 100%;
  font-family: inherit;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input[type=text],
.formField,
.txt,
input[type=password],
textarea,
select,
.uneditable-input {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  background: #fafafa;
}
input[type=file] {
  font-size: 100%;
}
textarea {
  width: 99.9%;
  height: auto;
  font-size: 100%;
}
.uneditable-input {
  background-color: #eee;
  display: block;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
}
:-moz-placeholder {
  color: gray;
}
::-webkit-input-placeholder {
  color: gray;
}
input[type=text],
input[type=password],
select,
textarea {
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -ms-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}
form div.error {
  background: #ffffff;
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form div.error > label,
form div.error span.help-inline,
form div.error span.help-block {
  color: red;
}
form div.error input[type=text],
form div.error input[type=password],
form div.error textarea {
  border-color: red;
  -webkit-box-shadow: 0 0 3px rgba(171,41,32,0.25);
  -moz-box-shadow: 0 0 3px rgba(171,41,32,0.25);
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
form div.error input[type=text]:focus,
form div.error input[type=password]:focus,
form div.error textarea:focus {
  border-color: #cc0000;
  -webkit-box-shadow: 0 0 6px rgba(171,41,32,0.5);
  -moz-box-shadow: 0 0 6px rgba(171,41,32,0.5);
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}
form div.error .input-prepend span.add-on,
form div.error .input-append span.add-on {
  background: #ffffff;
  border-color: red;
  color: #cc0000;
}
input[readonly]:focus,
textarea[readonly]:focus,
input.disabled {
  background: #f5f5f5;
  border-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #000000;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),color-stop(0.25,#000000),to(#000000));
  background-image: -webkit-linear-gradient(#222222,#000000 0.25,#000000);
  background-image: -moz-linear-gradient(top,#222222,#000000 0.25,#000000);
  background-image: -ms-linear-gradient(#222222,#000000 0.25,#000000);
  background-image: -o-linear-gradient(#222222,#000000 0.25,#000000);
  background-image: linear-gradient(#222222,#000000 0.25,#000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0);
  border: 0;
  padding: 5px 14px 6px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: ;
  -moz-box-shadow: ;
  box-shadow: ;
  text-decoration: none;
  font-size: ;
  -webkit-transition: .1s linear all;
  -moz-transition: .1s linear all;
  -ms-transition: .1s linear all;
  -o-transition: .1s linear all;
  transition: .1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  text-decoration: none;
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.btn:disabled {
  cursor: default;
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
}
.btn.large {
  font-size: 130%;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 3px 9px 3px;
  font-size: 85%;
}
form table.layouter {
  width: 100%;
  font-size: ;
}
form table.layouter th {
  padding-top: 9px;
  padding-bottom: 2px;
  width: 8em;
  text-align: right;
  padding-right: 13px;
  font-weight: normal;
}
form table.layouter td {
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
form table.layouter td input,
form table.layouter td select {
  margin-right: 0.3em;
}
form table.layouter td label {
  margin-right: 1.1em;
}
form table.layouter td,
form table.layouter th {
  vertical-align: top;
}
form table.layouter table.layouter th {
  width: 10em;
}
form table.wider th {
  width: 12em;
}
form table.expanded th {
  width: 12em;
}
form table.wide th {
  width: 31%;
}
form table.collapsed th {
  width: 3em;
}
form input.err,
form textarea.err {
  border: 1px solid red !important;
}
form label.err {
  color: red;
}
a {
  color: #fefd46;
}
@font-face {
  font-family: Amnesty_Condensed;
  src: url("AmnestyTradeGothic-BdCn20.eot");
}
@font-face {
  font-family: Amnesty_Condensed;
  src: url("AmnestyTradeGothic-BdCn20.ttf");
}
body {
  font-family: "Amnesty_Condensed", "Arial Narrow", "Arial", "Helvetica", sans-serif;
  font-weight: normal !important;
  font-size: 0.8em;
  background: black;
  color: white;
  min-width: 1000px;
}
h1 {
  font-family: "Amnesty_Condensed", "Arial Narrow", "Arial", "Helvetica", sans-serif;
  font-weight: normal !important;
  font-size: 120%;
  text-transform: uppercase;
  line-height: 1.13;
  color: #fefd46;
}
#gunNav {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
#gunNav li {
  display: inline-block;
}
#gunNav span {
  font-size: 500%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  background: url('../pics/points.png') 0 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#gunNav span.selected {
  background: url('../pics/points.png') -10px 0;
}
input.error {
  border: 2px solid red;
  color: red;
}
.placeholder {
  color: silver;
}
input.txt {
  letter-spacing: 0.02em;
  color: white;
  background: #15161a;
  border: 2px solid red;
  padding: 0.6em 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 2px solid rgba(255,255,255,0.4);
  border-right: 2px solid rgba(255,255,255,0.4);
  border-top: 2px solid rgba(0,0,0,0.3);
  border-left: 2px solid rgba(0,0,0,0.3);
}
.nameField {
  text-align: center;
  margin-bottom: 10px;
}
.informFrame {
  margin: 10px 0;
  text-transform: uppercase;
}
#signButton,
#downloadButton,
#donateButton {
  border: 0;
  font-size: 175%;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 3px 3px 8px black;
  -moz-box-shadow: 3px 3px 8px black;
  box-shadow: 3px 3px 8px black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0.6em 3.6em;
  margin: 0;
  background: #fefd46;
  color: #3b3f40;
  text-transform: uppercase;
  display: inline-block;
}
#downloadButton,
#donateButton {
  white-space: nowrap;
  height: 56px;
  display: inline-block;
  line-height: 56px;
  padding: 0 30px;
  font-size: 105%;
  background: #fdfc1c;
}
#downloadButton:hover,
#donateButton:hover {
  text-decoration: none;
}
#donateButton {
	min-width: 16em;	
}
#downloadButton, #sharingFacebookButton {
	background-color: #7f7f7f !important;
	color: black !important;
}
#downloadButton:hover, #sharingFacebookButton:hover {
	background-color: #999999 !important;
}
#sharingFacebookButton {
	
}

#sharing {
  position: fixed;
  z-index: 9999999;
  right: 15px;
  top: 15px;
}
#sharing li {
  display: inline-block;
}
#sharing li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-indent: -900em;
}
#sharing .sharingFacebook {
  background: url('../pics/facebook.png') no-repeat center center;
}
#sharing .sharingTwitter {
  background: url('../pics/twitter.png') no-repeat center center;
}
#sharing .sharingGoogle {
  background: url('../pics/google.png') no-repeat center center;
}

#sharing li a.lang {
  display: inline-block;
  text-indent: 0;
	text-align: center;
	line-height: 34px;
}
#sharing li a.lang img {
	display: inline-block;
margin-top: 11px;
}

#logo {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  z-index: 9999999;
}
#canvas {
  height: 600px;
  background: url('../pics/bg.jpg') center center;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#canvas h1 {
  font-size: 250%;
  padding-top: 70px;
  margin-bottom: 10px;
  text-shadow: 0 -1px black;
}
#canvas h1 small {
  display: block;
  margin-top: 4px;
  color: #f0f0f0;
  font-size: 70%;
}
#canvas p.subCaption {
  width: 47em;
  margin: 0 auto;
  font-size: 130%;
  color: #f5f5f5;
  text-transform: uppercase;
  text-shadow: 0 -1px black;
}
#canvas #factsWindow,
#canvas .gunBox {
  height: 280px;
  cursor: pointer;
}
#canvas #factsWindow {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
#canvas #prev,
#canvas #next {
  display: block;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  text-indent: -500px;
  overflow: hidden;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#canvas #prev {
  left: 0;
  background: url('../pics/prev.png') no-repeat 30% center;
}
#canvas #next {
  right: 0;
  background: url('../pics/next.png') no-repeat 70% center;
}
#canvas .gunBox {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
#canvas .gunBox .gunBoxCaptionPositioner {
  position: absolute;
  left: 50%;
  top: 0;
}
#canvas .gunBox .gunBoxCaptionPositioner .gunBoxCaption {
  width: 300px;
  background: url('../pics/pointer.png') no-repeat left top;
  position: absolute;
  padding-left: 174px;
  padding-top: 50px;
  text-align: left;
}
#canvas .gunBox .gunBoxCaptionPositioner .gunBoxCaption img {
  position: absolute;
  left: 133px;
  top: 51px;
}
#canvas .gunBox .gunBoxCaptionPositioner .gunBoxCaption h3 {
  font-size: 210%;
}
#canvas .gunBox .gunBoxCaptionPositioner .gunBoxCaption p {
  max-width: 286px;
  color: #d2d2d2;
}
body.floatingPanel #panel {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0 !important;
}
#panel {
  text-align: center;
  height: 232px;
  background: url('../pics/panel.jpg') #3a4045 center top;
  position: relative;
  -webkit-box-shadow: 0 0 22px black;
  -moz-box-shadow: 0 0 22px black;
  box-shadow: 0 0 22px black;
}
#panel.panelMinimal {
  height: 215px;
}
#panel #viewPetition {
  position: absolute;
  left: 30px;
  bottom: 60px;
  height: 6em;
  text-decoration: underline;
  text-transform: uppercase;
  width: 6.4em;
  background: url('../pics/petition.png') no-repeat 50% bottom;
}
#panel .panelLayouter {
  margin: 0 auto;
  color: silver;
  text-transform: uppercase;
  font-size: 115%;
}
#panel .panelLayouter strong {
  color: white;
  display: block;
}
#panel .panelLayouter td {
  padding-top: 40px;
  text-align: center;
}
#panel .panelLayouter .spaceBefore {
  margin-top: 25px;
}
#panel .panelDecorator {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  background: url('../pics/link.png') no-repeat center top;
  bottom: 0;
  display: block;
  height: 30px;
  width: 100%;
}
#panel .sharing li,
#panel .sharing a {
  display: inline-block;
  width: 58px;
  height: 58px;
}
#panel .sharing a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 3px 3px 8px black;
  -moz-box-shadow: 3px 3px 8px black;
  box-shadow: 3px 3px 8px black;
  overflow: hidden;
  text-indent: -500px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#panel .sharing .sharingFacebook {
  background: url('../pics/facebook2.png') no-repeat center center #fdfc1c;
}
#panel .sharing .sharingTwitter {
  background: url('../pics/twitter.gif') no-repeat center center #fdfc1c;
}
#panel .sharing .sharingGoogle {
  background: url('../pics/google.gif') no-repeat center center #fdfc1c;
}
#panel form {
  padding-top: 20px;
}
#panel #counter {
  position: absolute;
  right: 0;
  bottom: 7px;
  background: url('../pics/gap.gif') no-repeat right bottom;
  padding-left: 90px;
  padding-top: 60px;
  padding-right: 45px;
}
#panel #counter h3 {
  font-size: 90%;
  color: #90939a;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#panel #counter span {
  font-size: 160%;
  width: 37px;
  height: 56px;
  background: url('../pics/bullet.gif') left top no-repeat;
  display: block;
  float: left;
  line-height: 70px;
  text-align: left;
  text-indent: 7px;
}
#panel #counter span.last {
  width: 24px;
}
#content {
  background: url('../pics/bg2.jpg') repeat-x center top black;
  z-index: 82222;
  position: relative;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
}
#content .leftCol {
  width: 49%;
  float: left;
}
#content .rightCol {
  width: 49%;
  float: right;
}
#content h2 {
  text-align: left;
}
#content .contentPage {
  max-width: 60em;
  margin: 50px auto 0;
}
#content .contentPage img {
  margin: 0 auto 1em;
  display: block;
}
#content #o-kampani,
#content #zneni-vyzvy,
#content #artContent {
  padding: 50px 70px;
}
#content #zneni-vyzvy {
  width: 46em;
  color: black;
  background: #fefd46;
  margin: 0 auto;
}
#content #zneni-vyzvy h2 {
  color: black;
  border-bottom: 2px solid black;
  padding-bottom: 5px;
}
#content #zneni-vyzvy h2 {
  text-align: left;
}
#content h2,
#content h3,
#content p,
#content ul,
#content table,
#content img {
  margin-bottom: 0.75em;
}
#content h2 {
  font-size: 220%;
}
#content h2,
#content h3 {
  font-family: "Amnesty_Condensed", "Arial Narrow", "Arial", "Helvetica", sans-serif;
  font-weight: normal !important;
  color: white;
  text-transform: uppercase;
}
#content .newsBox h3 {
  margin-bottom: 4px;
}
#content .newsBox a {
  text-decoration: underline;
}
#content .newsBox h3,
#content .newsBox p {
  margin-right: 30px;
}
#content .newsBox .newsDate {
  color: silver;
  font-size: 90%;
}
#footer {
  background: url('../pics/footer.png') repeat-x top;
  padding: 18px 80px 7px;
  text-transform: uppercase;
}
.destroyProgress {
  width: 360px;
  height: 240px;
  margin: 0 auto;
  color: silver;
  background: url('../pics/loading.png') no-repeat center center;
}
.destroyProgress strong {
  display: block;
  padding: 100px 0 10px;
}
.destroyProgress span {
  width: 19px;
  height: 27px;
  overflow: hidden;
  display: inline-block;
  background: url('../pics/loading.gif') no-repeat -19px top;
}
.destroyProgress span.active {
  background: url('../pics/loading.gif') no-repeat left top;
}
.destroyProgress span.loaderFirst {
  background: url('../pics/loading.gif') no-repeat -7px top;
  width: 12px;
}
#back {
  position: absolute;
  left: 60px;
  top: 86px;
  text-decoration: underline;
  font-size: 120%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .newsBox {
    float: left;
    width: 25%;
  }
}
.newsCol {
  float: left;
  width: 30%;
}
.newsCol .newsBox {
  width: 100%;
  float: none;
}
.contenCol {
  float: left;
  width: 66%;
}
.contenCol a {
  text-decoration: underline;
}
.contenCol .actionButton {
  display: inline-block;
  margin: 0.75em auto;
}
.contenCol h2,
.contenCol h3,
.contenCol h4 {
  margin-bottom: 0.72em;
}
.contenCol h3,
.contenCol h4 {
  margin-top: 1.41em;
}
.contenCol p,
.contenCol ol,
.contenCol ul,
.contenCol table,
.contenCol blockquote {
  margin-bottom: 0.72em;
}
.contenCol ul {
  list-style: square;
  padding-left: 20px;
}
.contenCol ol {
  list-style: decimal;
  padding-left: 20px;
}
.contenCol p {
  text-align: justify;
}
.contenCol .articleImage {
  position: relative;
  display: block;
  color: #323232;
}
.contenCol .articleImage a.articleImageLink {
  display: inline-block;
}
.contenCol .articleImage img {
  width: 100%;
}
.contenCol .articleImage small.articleImageCopyright {
  position: absolute;
  right: 5px;
  top: 5px;
  color: white;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  text-decoration: none;
}
.contenCol .articleImageTexted {
  border-bottom: 1px solid silver;
  padding-bottom: 0.3em;
  margin-bottom: 0.78em;
}
.contenCol .articleImageLeft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.contenCol .articleImageRight {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.contenCol .articleImageCenter {
  margin: 1em auto 1em;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.contenCol a {
  text-decoration: underline;
}
.newsShort {
  color: silver;
  font-size: 90%;
}

.errorsFrame {
	position: fixed;
	background: #a35109;
	color: white;
	padding: 0 0 0;
	bottom: 9px;
	left: 0;
	width: 100%;
	z-index: 999999;
}

.errorsFrame div {
	padding: 1px 0;
}
