html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, 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;
    
}
/* HTML5 display-role reset for older browsers */
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;
}

html {
    display: block;
    width: 100%;
    height: 100%;
}

body {
    display: block;
    width: 100%;
    background: #47B0E2;
    background-position: center center;
}

@font-face {
    font-family: 'Nautilus Pompilius';
    src: url('../fonts/nautilus.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'certege';
    src: url('../fonts/certege.woff');
    font-weight: normal;
}

@font-face {
    font-family: 'opengost_type_b_ttregular';
    src: url('../fonts/opengosttypeb-regular.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arsenal';
    src: url('../fonts/arsenal-italic.woff');
    font-weight: normal;
}

@font-face {
    font-family: 'azoft';
    src: url('../fonts/azoft-sans-italic.woff');
    font-weight: normal;
}

@font-face {
    font-family: 'modern';
    src: url('../fonts/modernh-medium.woff');
    font-weight: normal;
}

.header {
    font-family: Verdana;
    font-size: 20pt;
    /*width:50%;*/
    color: #fff;
    background: rgba(250, 250, 250, 0.2);
    text-align: center;
    padding: 1%;
    margin: auto;
    border-bottom: 3px solid #fff;
    cursor: default;
    /*border-right:3px solid #fff;
    border-left:3px solid #fff;*/
}

    .header .test {
        font-family: 'azoft';
        font-size: 16pt;
    }

.race-header {
     font-family: Verdana;
    font-size: 18pt;
    color: #fff;
    background: rgba(250, 250, 250, 0.15);
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 14px 0px;
    cursor: default;
    margin-top: 10px;
}

    .race-header span {
        padding: 4px;
        border: 1px solid #fff;
        /* border-bottom: none; */
    }

.race-list {
    width: 30%;
    /*background: url(../images/back.png) no-repeat #47B0E2;*/
    background-position: center center;
    background-size: cover;
    margin: auto;
    text-align: center;
    color: #fff;
    padding-top: 3%;
     font-family: Verdana;
    font-size: 13pt;
}

    .race-list li {
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom: 15px;
    }

        .race-list li a {
            color: #fff;
            background: rgba(250, 250, 250, 0.15);
            padding: 10px;
            border: 4px solid #fff;
            display: block;
            text-decoration: none;
            box-shadow: 0 0 2px rgba(0,0,0,0);
            -webkit-transition: background 0.5s, box-shadow 0.5s;
            -moz-transition: background 0.5s, box-shadow 0.5s;
            -o-transition: background 0.5s, box-shadow 0.5s;
            transition: background 0.5s, box-shadow 0.5s;
        }

            .race-list li a:hover {
                background: #5e92a2;
                box-shadow: 0 0 5px rgba(0,0,0,0.3);
                -webkit-transition: background 0.5s, box-shadow 0.5s;
                -moz-transition: background 0.5s, box-shadow 0.5s;
                -o-transition: background 0.5s, box-shadow 0.5s;
                transition: background 0.5s, box-shadow 0.5s;
            }

            .race-list li a:active {
                background: #E68D63;
                box-shadow: 0 0 2px rgba(0,0,0,0);
            }

.panel-dialog {
    position: relative;
    /*top: 20%;
    left: 20%;*/
    /*width: 49%;*/
    /*height: 200px;*/
    border: 3px solid #fff;
    background: #47B0E2;
    overflow: hidden;
}

.panel-dialog-head {
     font-family: Verdana;
    border-bottom: 2px solid #fff;
    text-align: center;
    color: #fff;
    background: #EA9E7A;
    padding: 3px;
}

.panel-dialog-content {
    color: #fff;
    /*height: 100%;*/
    background: url(img/back.png) no-repeat #47B0E2;
    background-position: center center;
    background-size: cover;
    font-family: Verdana;
    padding: 2px;
}

.table-container {
    padding: 6pt 0pt;
    overflow: auto;
    height: 100%;
}

.table-head-container {
    padding-top: 6pt;
}

.panel-dialog-content table {
    width: 100%;
    text-align: center;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

    .panel-dialog-content table tr {
        border-top: 1px solid #fff;
    }


        .panel-dialog-content table tr:first-child {
            border: none;
        }

.table-container table tr:hover {
    background: rgba(250, 250, 250, 0.2);
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
.table-container table tr.started:hover {
     background: rgba(250, 250, 250, 0.2);
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
.table-container table tr.favourite-selected:hover {
    background: rgba(224, 212, 119, 0.76);
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
.table-container .overview {
    width: 101%;
}
.table-head-container table th {
    border: 1px solid #fff;
}

    /*.table-head-container table th:first-child {
        border-left: none;
    }

    .table-head-container table th:last-child {
        border-right: none;
    }*/
    .splitSelectPanel {
        position: absolute;
        width: 250px;
        height: 250px;
        background: aquamarine;
        z-index: 100;
    }