html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

.cf:after,
.cf:before {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}

html,body {
    min-width: 900px;
}

body {
    background-color: #000;
    background-repeat: no-repeat;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    position: relative;
    overflow: auto;

}

.page-wrap {

    width: 640px;
    padding: 0 37px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Header styles
**********************/

.header {
    position: relative;
    z-index: 10;
    margin-bottom: 2px;
}

.langs {
    position: absolute;
    right: 0;
    top: 20px;
}
.langs li {
    float: right;
    width: 22px;
    height: 16px;
    margin-left: 16px;
}
.langs span {
    cursor: pointer;
    display: block;
    width: 22px;
    height: 16px;
    background-image: url('/img/flag-icons.png');
    background-repeat: no-repeat;
}
.langs .ru {
    background-position: 0 0;
}
.langs .en {
    background-position: 0 -26px;
}

.logo {
    display: block;
    width: 200px;
    height: 137px;
    margin: 20px auto 10px;
}

.logo-text {
    display: block;
    width: 200px;
    height: 137px;
    margin: 40px auto 20px;
}


.logo img,
.logo-text img {
    display: block;
    font-size: 0;
    line-height: 0;
}

/* Content styles
**********************/

.content {
    position: relative;
    z-index: 5;
    padding-bottom: 20px;
}

a {
    color: #eee;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.links a, p a {
    color: #008aff;
}

h1 {
    color: #6aa8c4;
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    padding-bottom: 20px;
}

p {
    color: #eee;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}
p.green {
    color: #00ff00;
}

h3 {
    color: #eee;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    padding-bottom: 20px;
}

.table-wrap {
    padding-bottom: 20px;
}

.table {
    width: 100%;
}

.table td {
    padding: 10px 7px;
    line-height: 20px;
    border: 1px solid #999;
    color: #eee;
    font-size: 14px;
}

.table .status {
    text-align: center;
    color: #00ff00;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
}

.mashtxt {
    font-family: Lucida Console, monospace;
}

strong {
    font-weight: bold;
}

.center {
    font-size: 18px;
    text-align: center;
    margin: 50px auto;
}

.visible {
    display: block !important;
    visibility: visible !important;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
