@font-face {
    font-family: "Endeavour";
    src: url("/fonts/Endeavour.ttf") format("truetype");
}
body {
    background-color: white;
    margin: 0;
}
.header {
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 5px;
    height: 22px;
    left: 0;
    overflow-x: auto;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 100%;
}
#clonk_scoreboard > tbody > tr:first-child {
    background: url(/graphics/SBTitleStart.png) no-repeat, url(/graphics/SBTitleEnd.png) right 0 no-repeat, url(/graphics/SBTitleMiddle.png) 32px 0 repeat-x;
    text-align: left;
}
#clonk_scoreboard > tbody > tr:first-child > th {
    padding: 0;
}
#clonk_scoreboard {
    border-collapse: collapse;
    background-color: black;
    color: white;
    font-family: "Endeavour";
    font-size: 12pt;
    border: solid;
    border-color: #331100;
    border-width: 0 1px 1px;
}
#clonk_scoreboard > tbody > tr:first-child > th > img {
    height: 23px;
    margin-bottom: -3px;
    width: auto;
}
#clonk_scoreboard img {
    height: 26px;
    vertical-align: top;
}
#clonk_scoreboard td {
    text-align: center;
}
#clonk_scoreboard th {
    font-weight: normal;
}
/*#loading {
    position: absolute;
    right: 0;
}*/
#ajax_content {
    box-sizing: border-box;
    height: calc(100% - 32px);
    height: -moz-calc(100% - 32px);
    height: -webkit-calc(100% - 32px);
    height: -o-calc(100% - 32px);
    height: -ms-calc(100% - 32px);
    overflow: auto;
    padding: 8px 5px 0;
    position: absolute;
    top: 27px;
    width: 100%;
    transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
}
#ajax_content.downloads_active {
    height: calc(100% - 125px);
    height: -moz-calc(100% - 125px);
    height: -webkit-calc(100% - 125px);
    height: -o-calc(100% - 125px);
    height: -ms-calc(100% - 125px);
}
#downloads {
    background-color: white;
    border-color: black;
    border-style: solid;
    border-width: 5px 0 0;
    bottom: 0;
    height: 0;
    overflow-y: hidden;
    position: absolute;
    transition-duration: 0.5s;
    transition-property: height;
    -moz-transition-duration: 0.5s;
    -moz-transition-property: height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: height;
    -o-transition-duration: 0.5s;
    -o-transition-property: height;
    -ms-transition-duration: 0.5s;
    -ms-transition-property: height;
    width: 100%;
}
#downloads.active {
    height: 95px;
    overflow-y: auto;
}
.download_actions {
    float: right;
}
.progress_bar {
    background-color: red;
    height: 5px;
    opacity: 0;
    transition: opacity 1s ease-in-out 0s;
    -moz-transition: opacity 1s ease-in-out 0s;
    -webkit-transition: opacity 1s ease-in-out 0s;
    -o-transition: opacity 1s ease-in-out 0s;
    -ms-transition: opacity 1s ease-in-out 0s;
    width: 100%;
    z-index: 1001;
}
.progress_bar.active {
    opacity: 1;
    transition: width 0.25s ease-in-out 0s;
    -moz-transition: width 0.25s ease-in-out 0s;
    -webkit-transition: width 0.25s ease-in-out 0s;
    -o-transition: width 0.25s ease-in-out 0s;
    -ms-transition: width 0.25s ease-in-out 0s;
}
.progress_bar.download {
    height: 15px;
    margin: 10px 0;
    padding: 5px 0;
}
#upload_progress_bar {
    background-color: grey;
    height: 5px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 27px;
    transition: opacity 1s ease-in-out 0s;
    -moz-transition: opacity 1s ease-in-out 0s;
    -webkit-transition: opacity 1s ease-in-out 0s;
    -o-transition: opacity 1s ease-in-out 0s;
    -ms-transition: opacity 1s ease-in-out 0s;
    width: 100%;
    z-index: 1000;
}
#upload_progress_bar[class="active"] {
    opacity: 1;
    transition: width 0.25s ease-in-out 0s;
}
#clonk_scoreboard > tbody > tr > td, #clonk_scoreboard > tbody > tr > th {
    padding: 2px;
}
#games_table tr:nth-child(1) {
    background: none repeat scroll 0 0 #000000;
    color: #ffffff;
    font-size: 14px;
    height: 30px;
}
#games_table tr:nth-child(2n) {
    background: none repeat scroll 0 0 #cccccc;
}
#games_table td, #games_table th {
    padding: 5px 30px;
}
#games_table {
    border-collapse: collapse;
    border: solid black 1px;
}

