html,body{
    background: #EBF2EF;
}
td, th{
    padding: 10px 5px;
}
.fix{
    overflow: hidden;
}
.tac{
    text-align: center;
}
.ma{
    margin: auto;
    float: none;
}
.banner{
    width: 100%;
    height: 400px;
    background: url('background.png');
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 1;
}
.banner>div{
    width: 100%;
    height: 400px;
    background: rgba(0,0,0,.2);
}
.cont{
    position: relative;
    z-index: 2;
    overflow: visible;
    width: 98%;
    max-width: 960px;
    background: #fefefe;
    margin: 0 auto;
    min-height: 500px;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 1px solid #deefe6;
    padding: 30px;
}
.cont.qq{
    background: #fcfcfc;
}
.title{
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 40px;
    padding: 40px 0;
    margin: 0;
    font-weight: bolder;
    color: white;
    font-family: arial, sans-serif;
}
.mint{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}
p.header{
    font-size: 20px;
    text-align: center;
}
.labelh3{
    font-size: 20px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 10px;
}
.input-field.col{
    margin-bottom: 10px;
}
.labelh3{
    margin-bottom: 0;
}
.labelh3+small{
    color: #888;
    line-height: 13px;
    font-size: 11px;
    font-style: italic;
    margin-top: 10px;
}
.card-panel{
    color: white;
}
.timeshower{
    font-size: 17px;
    position: absolute;
    font-family: monospace;
    font-weight: bold;
}
.contpara{
    text-align: left;
    font-size: 17px;
    text-indent: 30px;
}
.qpanel{
    display: none;
    border-bottom: 2px solid #333;
}
.qpanel .img{
    display: block;
    margin: auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    margin-bottom: 20px;
}
.qpanel h4{
    text-align: center;
    margin-bottom: 3px;
}
.insanpos{
    width: 100%;
    max-width: 250px;
    margin: auto;
    border-top: 2px solid #333;
}
.qnocou{
    margin-bottom: -28px;
    font-size: 17px;
}
.bbtns .btn{
    margin: 14px;
}
[type=radio]:checked+label, [type=radio]:not(:checked)+label{
    color: #333;
}
#endtest{
    margin-bottom: 12px;
    margin-right: 12px;
}
.timeshower{
    padding: 10px 20px;
    font-size: 22px;
}
.hsm{
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}
h1.scor {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.header.headersml{
    font-size: 15px;
    text-align: left;
    margin-top: 20px;
}
.txtg{
    color: green;
}
.txtr{
    color: red;
}
.theimgo{
    border: 2px solid #333;
    display: block;
    margin: auto;
}
table tr.cls0{
    background: rgba(0, 0, 0, 0.05)!important;
}
table tr.cls1{
    background: rgba(14, 224, 20, 0.2)!important;
}
table tr.cls2{
    background: rgba(224, 14, 14, 0.2)!important;
}
.btn.small{
    padding: 0 .5rem;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    margin: 0;
    box-shadow: none;
}
a.btn.get_set_info {
    padding: 0px 2px;
}
a.btn.get_set_info i{
    font-size: 21px;
}