#logo{
    float:left;
    width: 250px;
    padding:0;
    margin: 10px 0 10px 20px;
}

.site-title{
    float:right;
    text-align: right;
    width: 30%;
    margin: 5px 0 5px 0;

}
.site-title span{
    padding: 5px 20px 5px 20px;
    background-color:#3D72A4;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    line-height: 55px;
}

#user-answers .detail-view{
    margin-bottom: 40px;
}

#user-answers .detail-view:hover{
    background-color: #000;
}

#countdown{
    height:40px;
    width:200px;
    clear: both;
    margin:0 auto;
}

.resource-item{
    background-color: #EFEFEF;
    padding: 10px;
    margin: 0 0 20px 0;
}

.resource-item form{
    margin-bottom: 0;
}

.user-test form{
    margin-bottom: 0;
}

div.form .row{
    margin-bottom: 10px;
}