/* CSS Document */
body {
    margin: 0px;
    background-color: #000000;
    color: #EEEEEE;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 12px;
}
.body_like {
    background-color: #000000;
    color: #EEEEEE;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 12px;
}
#index1 {
    margin-left: 125px;
    margin-right: 125px;
}
input, textarea, select {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.cent {
    text-align: center;
}
h1 {
    color: #EEEEEE;
    font-size: 32px;
}
h2 {
    color: #AAAAAA;
    font-size: 18px;
    margin: 3px;
}
h3 {
    color: #666666;
    margin: 0px;
    padding-bottom: 15px;
    font-size: 14px;
}
h4 {
    color: #FF3366;
    margin: 15px;
    font-size: 14px;
    text-align: center;
}
h5 {
    color: #AAAAAA;
    font-size: 12px;
    margin: 3px;
}
#logo {
    float: left;
}
#forma {
    margin-left: 150px;
}
#forma1 {
}
form {
    /*margin: 50px 0px 0px 125px;*/
    border: 1px #666666 solid;
    /*padding: 15px;*/
    /*width: 550px;*/
    max-width: fit-content;
    background-color: #202020;
}
#logform {
    width: 150px;
}
#logform1 {
    margin-left: 0px;
    float: left;
    width: 150px;
}
#text1 {
    margin-left: 250px;
    margin-right: 100px;
    margin-top: 50px;
    padding-top: 15px;
}
.light_link {
    color: #ff7400;
    text-decoration: underline;
}
a {
    color: #CC0000;
    text-decoration: underline;
}
#menu {
    border-top: 5px solid #EEEEEE;
    background-color: #AAAAAA;
    color: #000000;
    margin: 0px;
    padding: 10px;
    text-align: right;
}
#menu li {
    list-style: none;
    display: inline;
}
.current {
    color: #333333;
    font-weight: bold;
}
.tt {
    background-color: #EEEEEE;
}
.tt1 {
    background-color: #EEEEEE;
}
.tt2 {
    background-color: #666666;
}
.tt td {
    background-color: #666666;
}
.highlight_tr td {
    background-color: #2f65ca;
}
.header td {
    font-weight: bold;
}
.footer {
    color: #666666;
    font-size: 10px;
    text-align: center;
    margin-top: 50px;
}
.task {
    text-indent: 30px;
    font-size: 12px;
    /*margin: 20px;*/
    margin: 20px 3px 20px 3px;
    /*padding: 20px;*/
    border: 1px solid #333333;
}
.task p {
    margin: 0px;
}
.task form {
    /*margin: 30px 20px 0px 0px;*/
    max-width: fit-content;
    text-indent: 0px;
}
.mybutton {

}
.mybutton form {
    /*margin: 0px 0px 0px 15px;*/
    /*width: 490px;*/
    max-width: fit-content;
    text-indent: 0px;
    background-color: #202020;
    border: 3px solid #CC0000;
    text-align: center;
}
.good {
    color: #33CC00;
}
.hint {
    padding-top: 15px;
    text-indent: 0px;
    color: #CCCCCC;
}
#timeleft {
    margin: 20px;
    font-weight: bold;
}
.red {
    color: #FF0000;
}
.green {
    color: #00CC00;
}
.little {
    font-size: 9px;
}
.tred {
    color: #FF0000;
    font-size: 11px;
}
.tgreen {
    color: #00CC00;
    font-size: 11px;
}
.tgray {
    font-size: 11px;
}
.wrapper_finalists_all {
    width: 100%;
    text-align: center;
}
.wrapper_finalists_all table {
    margin: 0 auto;
}
.wrapper_quarterfinalists {
    width: 25%;
    min-width: 430px;
    display: inline-block;
}
.wrapper_semifinalists {
    width: 50%;
    min-width: 400px;
    display: inline-block;
}
.hidden {
    display: none;
}