<
style type

=
"text/css"
>
/****************************************************************************
STRUCTURE
****************************************************************************/
body {
    background: #f9f9f9;
    font-size: 18px;
    line-height: 120%;
    color: #000;
    font-weight: normal !important;

}

* {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 10px;
}

.clear {
    clear: both
}

.midwrap {
    width: 1122px;
    height: 535px;
    background: #000;
}

.mid {
    width: 1098px;
    height: 505px;
    padding: 15px;
}

.mid-left {
    width: 522px;
    height: auto;
    float: left;
    padding-left: 27px;
}

.mid-left, h3 {
    color: #474848;
    font-size: 18px;
}

.mid-right {
    width: 513px;
    height: 494px;
    float: right;
    background: #fff;
    margin-right: 27px;
}

.form {
    margin-top: 20px;
}

.form, input {
    font-size: 18px;
}

.next-btn { /*margin-top:170px;*/
}

.next-btn img {
    margin-right: 10px;
}

.mm-ht {
    min-height: 280px;
}

.activ {
    width: 100%;
    height: 201px;
    background: url(../img/activ.png) no-repeat;
    margin-left: 20px;
    margin-top: 15px;
    padding: 10px;
}

.timer-set {
    margin: 30px 100px;
}

.score-bg {
    background-color: #addee4;
    height: 29px;
    border-radius: 4px;
    float: right;
    margin-right: 10px;
    margin-top: 80px;
    width: 513px;
}

.value {
    margin-top: 30px;
    position: relative;
    color: #ee695e;
    text-align: right;
    font-size: 24px;
}

.pts {
    margin-top: 30px;
    color: #ee695e;
    font-size: 24px;
}

.crt-ans {
    position: relative;
    font-size: 18px;
    color: #ee695e;
    display: none;
    border: none;
    top: 10px;
    left: 0;
    font-style: normal;
}

.int-ans {

    position: relative;
    font-size: 18px;
    color: #ee695e;
    display: none;
    border: none;
    top: 10px;
    left: 0;
    font-style: normal;

}

.now-you {
    font-size: 24px;
    margin-top: 50px;
    text-align: center;
    color: #ee695e;
    display: block;
    border: none;
}

.score {
    color: #474848;
    margin-left: 20px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    text-align: left;
    float: left;
}

.ps {
    font-size: 14px;
    margin-top: 6px;
    margin-right: 20px;
    font-weight: bold;
    color: #474848;
    float: right;
    width: 200px;
    text-align: right;
}

.btcNotif {
    margin-left: 0;
    margin-top: 0;
}

.disabledOption {
    color: #a8a8a8;
}