@font-face {
    font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUIRegular.eot");
    src: url("../fonts/SegoeUIRegular.eot#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIRegular.woff") format("woff"),
    url("../fonts/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: SegoeUIRegular;
}

.background {
    background: url('../images/background.jpg') center top no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
}

.links {
    position: absolute;
    right: 0;
    top: 25px;
}

.links a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding-right: 30px;
}

.timer {
    position: absolute;
    top: 45%;
    width: 100%;
}
.timer.running {
    top: 30%;
}

    .timer h3 {
        color: #fff;
        text-align: center;
    }

.central-text {
    color: #fff;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
}

.info-wrapper {
    width: 700px;
    color: #646464;
    background: #fff;
    top: 80px;
    margin: 0 auto;
    position: relative;
    padding: 25px 15px 1px 0;
    border-radius: 6px;
    text-align: justify;
}
    .info-wrapper h2 {
        margin: 0 0 0 37px;
    }
    .info-wrapper h3 {
        margin: 0 0 0 37px;
    }
    .info-wrapper h4 {
        margin: 0;
        padding: 0;
        background: #646464;
        height: 17px;
        display: inline-block;
        line-height: 0;
    }
    .info-wrapper input[type=file] {
        margin: 0 0 0 37px;
    }
    .info-wrapper input[type=submit] {
        width: 70px;
        height: 25px;
        background: #646464;
        color: #fff;
        font-weight: bold;
        border: none;
        border-radius: 3px;
        margin: 0 0 20px 37px;
    }
    .info-wrapper > div {
        margin: 0 0 0 37px;
    }
        .info-wrapper h4 span {
            display: inline-block;
            margin-left: 27px;
            padding-left: 10px;
            height: 17px;
            background: #fff;
            font-size: 17px;
            line-height: 17px;
        }

        .info-wrapper p {
            display: block;
            margin: 20px 20px 20px 37px;
        }

        .info-wrapper .team-list {
            margin: 0 20px 20px 37px;
        }

.login-popup {
    text-align: center;
    color: #646464;
    position: relative;
    margin: 0 auto;
    top: 100px;
    width: 430px;
    background: #fff;
    border-radius: 6px;
    padding: 1px 0 22px 0;
}

    .login-popup ul {
        display: block;
        padding: 0;
        margin: 0;
    }

    .login-popup ul.nonfield {
        margin: 20px 0;
    }

        .login-popup ul.nonfield li{
            text-align: center;
        }

        .login-popup ul li {
            display: block;
            padding: 0;
            color: #a00;
            text-align: left;
        }

    .login-popup table {
        margin: 0 auto;
    }

    .login-popup th {
        text-align: left;
        vertical-align: top;
        padding: 8px 10px 0 0;
    }

    .login-popup td {
        text-align: left;
    }

    .login-popup td.empty-remover {
        width: 18px;
    }

        .login-popup td.error input {
            border: 1px solid #c00;
        }

    .login-popup input[type=text], .login-popup input[type=password] {
        width: 200px;
        height: 25px;
        border: 1px solid #aaaaaa;
        border-radius: 3px;
        margin-top: 5px;
        font-size: 15px;
    }

    .login-popup input[type=submit] {
        width: 70px;
        height: 25px;
        background: #646464;
        color: #fff;
        font-weight: bold;
        border: none;
        border-radius: 3px;
        margin-top: 15px;
    }

    .login-popup a.button {
        width: 100px;
        height: 30px;
        line-height: 28px;
        background: #646464;
        color: #fff;
        font-weight: bold;
        border: none;
        border-radius: 3px;
        margin-top: 15px;
        text-decoration: none;
        display: inline-block;
    }

    .login-popup .remove-participant {
        display: block;
        width: 12px;
        height: 12px;
        background: url(../images/close.png) 0 0 no-repeat;
        margin: 4px 0 0 6px;
    }

.red {
    color: #c00;
}

.bottom-panel {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 30px 10px 0;
}

    .bottom-panel a {
        text-decoration: none;
        color: #fff;
    }