.site-header {
  height: 24px;
  background-color: #3980a8;
  padding: 8px 40px;
  display: none;
  min-width: 960px;
}
.inside-frame .site-header {
  display: block;
}
.site-header .header-wrapper {
  margin: 0 auto;
  max-width: 1280px;
}
.site-header .header-wrapper > * {
  vertical-align: middle;
}
.site-header a {
  border: none;
}
.site-header .logo {
  display: inline-block;
}
.site-header .logo svg {
  width: 110px;
  height: 24px;
  fill: white;
}
.site-header .buttons-box {
  display: inline-block;
  margin-left: 32px;
}
.site-header .buttons-box a {
  display: inline-block;
  padding: 2px;
  margin: 0 2px;
}
.site-header .buttons-box a svg {
  width: 20px;
  height: 20px;
  fill: white;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
.site-header .buttons-box a svg:hover {
  opacity: 1;
  -webkit-transition: none 1s ease-in-out 0s;
  -moz-transition: none 1s ease-in-out 0s;
  -o-transition: none 1s ease-in-out 0s;
  transition: none 1s ease-in-out 0s;
}
.site-header .account-box {
  display: inline-block;
  float: right;
}
.site-header .account-box > a,
.site-header .account-box > span {
  color: white;
  vertical-align: middle;
}
.site-header .account-box .gravatar {
  position: inherit;
  width: 30px;
  height: 30px;
  margin-top: -3px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 2px;
}
.site-header .account-box .account-submenu-btn {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 24px;
  width: 24px;
  color: white;
  cursor: pointer;
  text-align: center;
}
.site-header .account-box .account-submenu-btn:before {
  content: '\f0d7';
}
.footer2 {
  padding: 8px 40px;
  margin: 0 auto;
  max-width: 1280px;
  min-width: 960px;
}
.footer2 .icon {
  width: 13px;
  height: 13px;
  fill: #216184;
  vertical-align: baseline;
}
.footer2 .footer-column {
  float: left;
  margin: 0 120px 0 0;
  font-size: 12px;
}
.footer2 .footer-column i {
  margin-right: 4px;
}
.footer2 .footer-column > a,
.footer2 .footer-column > span {
  display: block;
  margin: 4px 0;
  vertical-align: baseline;
}
.footer2 .footer-column a {
  border: none;
  color: #216184;
}
.footer2 .footer-column > span {
  color: #aaaaaa;
}
.footer2 .social a {
  border: none;
}
.footer2 .social i {
  color: #216184;
  font-size: 24px;
}
.rss {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rss:before {
  content: '\f09e';
}
.del-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.del-img:before {
  content: '\f00d';
}
.search-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-img:before {
  content: '\f002';
}
.email-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.email-img:before {
  content: '\f0e0';
}
.link-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-img:before {
  content: '\f0c1';
}
.img-smile {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img-smile:before {
  content: '\f118';
}
.img-rate {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img-rate:before {
  content: '\f006';
}
.img-agree {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img-agree:before {
  content: '\f087';
}
.img-disagree {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img-disagree:before {
  content: '\f088';
}
.linkedin-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.linkedin-img:before {
  content: '\f08c';
}
.fb-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fb-img:before {
  content: '\f082';
}
.ask-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ask-img:before {
  content: '\f059';
}
.email-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.email-img:before {
  content: '\f003';
}
.forum-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.forum-img:before {
  content: '\f0c0';
}
.tracker-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tracker-img:before {
  content: '\f188';
}
.article-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-img:before {
  content: '\f0f6';
}
.book-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.book-img:before {
  content: '\f02d';
}
.wiki-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wiki-img:before {
  content: '\f12e';
}
.err-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.err-img:before {
  content: '\f057';
}
.login-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login-img:before {
  content: '\f090';
}
.nick-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nick-img:before {
  content: '\f007';
}
.email-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.email-img:before {
  content: '\f0e0';
}
.pwd-img {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pwd-img:before {
  content: '\f084';
}
body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8em;
  margin: 0;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  text-align: center;
  color: #4580A0;
}
li {
  list-style-position: inside;
}
dt {
  font-weight: bolder;
}
hr {
  border: none;
  border-top: 1px solid #e0e0e0;
}
.top-hr {
  height: 3px;
  background-color: #42a6de;
}
td.number {
  text-align: right;
}
.all-text-input {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #65a7cb;
  color: #444;
  padding: 2px;
  width: 400px;
}
input[type=submit],
input[type=button] {
  border: 1px solid #65a7cb;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #cfe5f0;
  cursor: pointer;
  padding: 1px 6px;
  margin: 2px;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #65a7cb;
  color: #444;
  padding: 2px;
  width: 400px;
}
button {
  border: 1px solid #65a7cb;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #cfe5f0;
  cursor: pointer;
  padding: 1px 6px;
  margin: 2px;
}
select,
textarea {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #65a7cb;
  color: #444;
  padding: 2px;
  width: 400px;
}
a {
  text-decoration: none;
  color: #4682B4;
  border-bottom: 1px solid rgba(70, 130, 180, 0.4);
  -webkit-transition: border-color 0.4s ease-in-out 0s;
  -moz-transition: border-color 0.4s ease-in-out 0s;
  -o-transition: border-color 0.4s ease-in-out 0s;
  transition: border-color 0.4s ease-in-out 0s;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
}
a.no-go {
  border-bottom-style: dotted;
}
a:hover {
  color: #d23232;
  border-color: rgba(210, 50, 50, 0.4);
  -webkit-transition: border-color 0.4s ease-in-out 0s;
  -moz-transition: border-color 0.4s ease-in-out 0s;
  -o-transition: border-color 0.4s ease-in-out 0s;
  transition: border-color 0.4s ease-in-out 0s;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
}
a.hdr {
  font-weight: bolder;
}
a.hdr:not(:hover) {
  color: black;
  border-color: rgba(0, 0, 0, 0.4);
}
span.hdr {
  font-weight: bolder;
  color: black;
}
.clear-block {
  clear: both;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #ff0000;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px #ff0000;
  background-color: #ffeeee;
}
.validation-summary-errors {
  color: #ff0000;
}
.validation-summary-valid {
  display: none;
}
table.grid {
  border-spacing: 2px;
}
table.grid td {
  padding: 2px 5px 2px 5px;
  background-color: #F4F4F4;
}
table.grid td.main {
  width: 99%;
}
table.grid th {
  padding: 3px 10px 3px 10px;
  background-color: #65a7cb;
  font-weight: bold;
  color: #D5F2FF;
  white-space: nowrap;
  /* http://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/default.html */
  /* IE10 */
  background-image: -ms-linear-gradient(top, #7DBFE3 0%, #4D8FB3 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #7DBFE3 0%, #4D8FB3 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #7DBFE3 0%, #4D8FB3 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7DBFE3), color-stop(1, #4D8FB3));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #7DBFE3 0%, #4D8FB3 100%);
  /* Proposed W3C Markup */
  background-image: linear-gradient(to top, #7DBFE3 0%, #4D8FB3 100%);
}
.footer {
  display: inline-block;
  margin-top: 5em;
  font-size: 6.5pt;
  font-style: italic;
  color: #4580A0;
}
span .user-title {
  font-size: smaller;
}
.paging-control {
  display: inline-block;
  color: #4580A0;
}
.paging-control a {
  border: none;
}
.paging-control .pager-start {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.paging-control .pager-start:before {
  content: '\f049';
}
.paging-control .pager-fast-prev {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.paging-control .pager-fast-prev:before {
  content: '\f04a';
}
.paging-control .pager-prev {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.paging-control .pager-prev:before {
  content: '\f04b';
}
.paging-control .pager-next {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.paging-control .pager-next:before {
  content: '\f04b';
}
.paging-control .pager-fast-next {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.paging-control .pager-fast-next:before {
  content: '\f04e';
}
.paging-control .pager-end {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.paging-control .pager-end:before {
  content: '\f050';
}
.paging-control img {
  vertical-align: middle;
  border-width: 0;
  width: 16px;
  height: 16px;
}
.icon {
  display: inline-block;
  background-repeat: no-repeat;
}
.icon:after {
  content: " ";
  opacity: 0;
  display: block;
}
.overlay {
  width: 440px;
  background: #ffffff;
  display: none;
  left: 50%;
  margin-left: -220px;
  padding: 11px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.22);
  color: #4b4b4b;
}
.cluetip-jtip .ui-cluetip-header {
  color: white;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  background-color: #65a7cb;
  padding: 3px 3px 3px 10px;
}
.cluetip-jtip .cluetip-outer {
  border-color: #65a7cb;
  border-width: 1px;
}
.close-icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}
.close-icon:before {
  content: '\f00d';
}
.profile-tip,
.profile-tip-new,
.ip-addr {
  color: #4682B4;
  border-bottom: 1px dotted rgba(70, 130, 180, 0.4);
  cursor: help;
}
.ip-geo-data h1 {
  font-size: 16px;
}
.ip-geo-data label {
  display: inline-block;
  width: 60px;
  font-weight: bolder;
}
.ip-geo-data a {
  margin: 8px;
  display: block;
}
.ip-geo-data .ip-geo-flag {
  width: 18px;
  height: 12px;
  vertical-align: baseline;
  margin-right: 3px;
}
.short-profile {
  width: 100%;
  font-family: Verdana, Geneva, sans-serif;
  position: relative;
}
.short-profile a {
  border: 0;
}
.short-profile .close-btn:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00d';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  width: 18px;
  height: 17px;
  text-align: center;
  padding-top: 1px;
  color: #999999;
  background-color: transparent;
  cursor: pointer;
}
.short-profile .main-row {
  white-space: nowrap;
}
.short-profile .left-part {
  float: left;
  padding: 8px 10px;
}
.short-profile .left-part .left-icons {
  margin-top: 4px;
}
.short-profile .left-part .left-icons a {
  font-size: 18px;
  margin: 0 4px;
}
.short-profile .left-part .left-icons .img-mail {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d19873;
}
.short-profile .left-part .left-icons .img-mail:before {
  content: '\f0e0';
}
.short-profile .left-part .left-icons .img-stat {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3f71a9;
}
.short-profile .left-part .left-icons .img-stat:before {
  content: '\f080';
}
.short-profile .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 8px;
}
.short-profile .right-part {
  overflow: auto;
  font-size: 11px;
  display: block;
  padding: 14px 8px;
  margin: 0 10px 0 0;
  border-bottom: 1px dotted #cccccc;
}
.short-profile .info-title {
  display: inline-block;
  margin-bottom: 12px;
}
.short-profile .nick {
  font-size: 18px;
  font-weight: bolder;
  margin-right: 10px;
  color: black;
  vertical-align: middle;
}
.short-profile .user-title {
  display: inline-block;
  border-radius: 2px;
  color: white;
  font-size: 12px;
  padding: 1px 12px;
  vertical-align: middle;
}
.short-profile .real-name {
  font-size: 15px;
  margin-bottom: 7px;
}
.short-profile .rating {
  font-weight: bolder;
  font-size: 13px;
}
.short-profile .rating .rating-label {
  color: #888888;
}
.short-profile .flag {
  width: 16px;
  height: 12px;
  margin-right: 6px;
}
.short-profile .main-part {
  margin: 0 10px;
}
.short-profile .main-part .add-info,
.short-profile .main-part .badges {
  padding-bottom: 10px;
}
.short-profile .main-part .add-info {
  width: 100%;
  border-bottom: 1px dotted #cccccc;
}
.short-profile .main-part td {
  border: none;
  padding: 3px 8px;
  font-size: 13px;
  font-weight: bolder;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}
.short-profile .main-part td:first-child {
  color: #888888;
  text-align: right;
  font-weight: normal;
}
.short-profile .main-part .highlighted {
  font-weight: bolder;
}
.short-profile .main-part .badges {
  padding-top: 10px;
}
.short-profile .main-part .badges-label {
  color: #888888;
  text-align: right;
  float: left;
  width: 100px;
  margin-right: 16px;
  font-size: 13px;
}
.short-profile .main-part .ban-info {
  border-top: 1px dotted #cccccc;
  padding-top: 8px;
}
.short-profile .main-part .ban-info .img-ban {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e74c3c;
  font-size: 24px;
  vertical-align: middle;
}
.short-profile .main-part .ban-info .img-ban:before {
  content: '\f057';
}
.short-profile .main-part .ban-info .ban-reason {
  vertical-align: middle;
  font-size: 12px;
}
div.pager {
  text-align: center;
  margin: 0.5em;
}
div.pager a {
  border: none;
}
img.ban {
  width: 16px;
  height: 16px;
}
.img-penalty {
  font-size: 16px;
}
.img-penalty.ban {
  color: red;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img-penalty.ban:before {
  content: '\f057';
}
.img-penalty.blocked {
  color: black;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img-penalty.blocked:before {
  content: '\f057';
}
.img-penalty.warning {
  color: orange;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img-penalty.warning:before {
  content: '\f06a';
}
.err-msg {
  color: darkred;
  background-color: #ffcccc;
  display: none;
  padding: 4px 8px;
}
.tooltip {
  display: none;
}
.info-box {
  border: 1px solid #65a7cb;
  margin-bottom: 10px;
  overflow: hidden;
}
.info-box .box-title {
  color: white;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  background-color: #65a7cb;
  padding: 3px 3px 3px 10px;
}
.info-box .box-title .rss {
  float: right;
  border: 0;
}
.info-box ul.refs {
  list-style: none;
  margin: 0px;
  padding: 3px;
  background-color: #cfe5f0;
}
.info-box ul.refs li {
  display: inline;
  margin-right: 10px;
}
.info-box ul.refs li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f08e  ';
  color: #4682B4;
}
.info-box .box-content {
  padding: 5px;
}
.info-box .box-content td {
  white-space: nowrap;
}
.window,
.template {
  display: none;
}
.even {
  background-color: #EFEFF2;
}
table td.date {
  white-space: nowrap;
}
table td.number {
  text-align: right;
}
.rate-bar {
  background-color: #cfe5f0;
}
.rate-bar .rate-val {
  cursor: pointer;
  color: #216184;
}
.menu-item {
  display: block;
  padding: 4px;
  margin: 4px -4px;
  transition: none;
  border: none;
  transition: all 0.3s ease-out;
}
.menu-item i {
  display: inline-block;
  width: 18px;
}
.menu-item:hover,
.menu-item:hover i {
  color: white !important;
  background-color: #42a6de;
  transition: none;
}
.badge .donation {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.badge .donation:before {
  content: '\f19c';
}
.badge i.bronze {
  color: #CD7F32;
}
.badge i.silver {
  color: #C0C0C0;
}
.badge i.gold {
  color: #ffd700;
}
/*# sourceMappingURL=Site.css.map */