html {height: 100%}
body {
    margin: 0;
    background: #393939;
    color: #b7b7b7;
    height: 100%;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
}
table {border-spacing:0;}
img {border: 0;}
*:focus {outline: 2px solid #F8BF16;}
body:focus, div:focus, td:focus { outline: none;}
.clear {
    clear: both;
    float: none !important;
}

/* только для Internet Explorer */
@font-face {
    font-family: 'D2R2';
    src: url('../font/DIN Condensed Bold.eot');
}

/* далее для всех остальных браузеров */
@font-face {
    font-family: 'D2R2';
    src: url('../font/DN.ttf');
}

.results select {
    margin-top: 4px;
    background-color: #F1F1F1;
}

.results .content {
    background: #393939;
    padding: 25px;
}

.results .selectors .header {
    font-family: D2R2, Arial;
    text-transform: uppercase;
    color: white;
    font-size: 1.8em;
    margin-bottom: 16px;
    float: left;
}

.results .qs {
    float: right;
}

.results .qs .name {
    color: white;
    font-family: D2R2, Arial;
    text-transform: uppercase;
    font-size: 1.3em;
    padding: 0 5px 0 0;
}

.results .selectors table td {
    padding: 8px 0;
}

.results .selectors table tr td:first-of-type {
    padding-right: 6px;
}

.results .selectors_name {
    color: white;
    font-size: 1.2em;
}

.results .selectors_name_2{
    color: white;
}

.results .tables .sport {
    font-family: D2R2, Arial;
    text-transform: uppercase;
    color: #b51515;
    border: 1px solid #898989;
    padding: 0 0 0 34px;
    background: -moz-linear-gradient(top, #FAD158, #F8C018);
    background: -o-linear-gradient(top, #FAD158, #F8C018);
    background: -ms-linear-gradient(top, #FAD158, #F8C018);
    background: -webkit-linear-gradient(top, #FAD158, #F8C018);
    background: linear-gradient(top, #FAD158, #F8C018);
    position: relative;
    font-size: 1.1em;
    line-height: 24px;
    margin-top: 18px;
}

.results .tables .sport img {
    position: absolute;
    left: 4px;
    top: 1px;
}

.results .tables table thead td {
    color: #ffcc33;
    padding: 18px 0 1px 0;
    font-size: 0.9em;
    font-weight: bold;
}

.results .tables table {
    border-collapse: collapse;
    width: 100%;
}

.results .tables table tbody td {
    background: #282828;
    border: 1px solid white;
    color: white;
    font-size: 0.9em;
    padding: 4px 8px;
}

.results .tables table td.score {
    text-align: center;
    width: 150px;
}

.results .tables table td.date {
    width: 60px;
    text-align: center;
}

.results .tables table td.date .time {
    font-size: 0.8em;
}

.results .tables table td.full {
    width: 97px;
    height: 32px;
    text-decoration: underline;
    cursor: pointer;
}

.results .tables table td.full>div{
    width: 80px;
    position: relative;
    padding-right: 17px;
}

.results .tables table .frame {
    position: absolute;
    top: 50%;
    right: 0;
}

.results .tables table .arrow {
    position: absolute;
    top: -4px;
    left: -11px;
    width: 11px;
    height: 11px;
    background: url("../img/white_arrow.png") 0 0;
}

.results .tables table tr.open .arrow {
    background-position: 11px 0;
}

.results .tables table tbody tr.open + tr {
    display: table-row;
}

.results .tables table tbody tr:nth-of-type(even) {
    display: none;
}

.results .tables table .full_text {
    line-height: 24px;
}

.results .tables table .word {
    font-weight: bold;
    padding-left: 14px;
}

.results select, .results input{
    border: 1px solid #898989;
    background: -moz-linear-gradient(top, #F1F1F1, #D7D7D7);
    background: -o-linear-gradient(top, #F1F1F1, #D7D7D7);
    background: -ms-linear-gradient(top, #F1F1F1, #D7D7D7);
    background: -webkit-linear-gradient(top, #F1F1F1, #D7D7D7);
    background: linear-gradient(top, #F1F1F1, #D7D7D7);
    color: #373737;
    background-color: #F1F1F1;
}

.results select:disabled {color: #999999;}

.results input[type="checkbox"] {display: none;}

.results input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    margin: 4px 4px 4px 0;
    vertical-align: middle;
    outline: 1px solid #ECECEC;
    width: 9px;
    height: 9px;
    background: url('../img/checkboxes.png');
    background-position: -18px;
}

.results input[type="checkbox"]:checked + label::before {
    background-position: -36px;
}

.results button {
    font-family: D2R2, Arial;
    text-transform: uppercase;
    color: #b51515;
    border: 1px solid #898989;
    padding: 0 0;
    background: -moz-linear-gradient(top, #FAD158, #F8C018);
    background: -o-linear-gradient(top, #FAD158, #F8C018);
    background: -ms-linear-gradient(top, #FAD158, #F8C018);
    background: -webkit-linear-gradient(top, #FAD158, #F8C018);
    background: linear-gradient(top, #FAD158, #F8C018);
    position: relative;
    font-size: 1.8em;
    padding: 1px 8px;
    margin-bottom: 16px;
}

.results .comment {
    font-size: 0.7em;
    color: white;
    font-weight: normal;
}