.hidden {
  display: none;
}

td {
  padding: 0px;
  font-size: 10px;
  font-weight: normal;
}

th {
  padding: 0px;
}

img {
  border: 0px;
}

img.flag {
  vertical-align: text-bottom;
}

table {
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  width: 100%;
}

.top {
  width: 100%;
  height: 35px;
  margin: 0px;
  padding-top: 8px;

  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  background-color: #272727;

  color: #70A401;
  font-size: 12px;
  font-family: Tahoma;
  font-weight: bold;
  text-align: center;
}

.bottom {
  width: 100%;
  height: 25px;
  margin-bottom: 12px;

  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  background-color: #272727;
}

.content {
  background: #272727;
  color: #FFF;
  padding-left: 7px;
  padding-right: 7px;
}

.nextprev {
  text-align: center;
  font-weight: bold;
  padding: 2px;
}

.odd {
  background: black;
}

.even {
/*  background: transparent;*/
}

div .code
{
  overflow: auto;
  padding: 5px;
  margin: 5px;
  font-size: 11px;
  font-family: Verdana;
  background-color: #999999;
  border-bottom: #39393b 1px solid;
  border-left: #151515 1px solid;
  border-right: #39393b 1px solid;
  border-top: #151515 1px solid;
  text-align: left;
}

div.online_container {
  clear: both;
  min-height: 17px;
}

div.online_user {
  float: left;
}

div.online_user a {
  font-weight: bold;
}

div.online_user img {
  vertical-align: bottom;
}

div.online_time {
  float: right;
}




div.records_header {
  font-weight: bold;
  text-align: center;
  min-height: 17px;
}

div.records_container {
  clear: both;
  min-height: 17px;
}

div.records_demos {
  float: left;
  width: 60px;
  text-align: center;
}

div.records_author {
}

div.records_author img {
  vertical-align: bottom;
}


div.team_rules {
  font-weight: bold;
}

div.team_legend {
  margin: 0px auto;
  width: 130px;
}

div.team_legend_active, div.team_legend_inactive, div.team_legend_offline {
  min-height: 20px;
}

div.team_legend_color {
  height: 15px;
  width: 15px;
  float: left;
}

div.team_legend_text {
  height: 15px;
  margin-left: 20px;
}

div.team_legend_active div.team_legend_color {
  background: #70A401;
}

div.team_legend_inactive div.team_legend_color {
  background: orange;
}

div.team_legend_offline div.team_legend_color {
  background: red;
}

div.team_table {
  margin: 0px auto;
  width: 300px;
}

div.team_header {
  font-weight: bold;
  height: 18px;
}

div.team_entry {
  height: 20px;
}

div.team_logo {
  text-align: center;
  padding-top: 15px;
}

div.team_entry:nth-child(odd) {
  background: black;
}

div.team_entry div {
  margin-top: 3px;
}

div.team_number {
  text-align: center;
  font-weight: bold;
  float: left;
  width: 20px;
  padding: 0px 3px;
}

div.team_user {
  float: left;
}

div.team_icq {
  font-weight: bold;
  float: right;
  padding: 0px 3px;
}

div.logo_logo {
  padding: 5px 0px;
  text-align: center;
}

div.mirc_notice {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}

table.login_container {
  text-align: center;
}

tr.login_row {
  height: 20px;
}

td.login_caption {
  text-align: right;
}

td.login_input input {
  width: 90px;
}

div.login_auth {
  padding: 5px 0px;
  text-align: center;
}

div.login_auth input {
  width: 50px;
}

div.login_register {
  text-align: center;
}

.news_body {
}

.news_footer {
  padding-top: 40px;
  text-align: right;
}

/* Social block */
.social-images {
  text-align: center;
}

.social-vk-logo,
.social-steam-logo,
.social-irc-logo {
  display: inline;
  margin: 0 5px;
}
