body{
    font-family: 'Open Sans', sans-serif;
}
#topic {
    width: 100%;
    background: #3d7536;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding: 15px 0 10px 10px;
}

#quiz_breadcrumb {
    width: 100%;
    color: #000;
    background: #F2F2F2;
    padding: 7px 0 10px 10px;
    font-weight: bold;
}
.btn-success{
    background-image: -webkit-linear-gradient(top,#3d7536 0,#50834a 100%);
    background-image: -o-linear-gradient(top,#3d7536 0,#50834a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3d7536),to(#50834a));
    background-image: linear-gradient(to bottom,#3d7536 0,#50834a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3d7536;
}
.btn-success:hover{
    background-image: -webkit-linear-gradient(top,#3d7536 0,#50834a 100%);
    background-image: -o-linear-gradient(top,#3d7536 0,#50834a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3d7536),to(#50834a));
    background-image: linear-gradient(to bottom,#3d7536 0,#50834a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3d7536;
    background: #3d7536;
}
#publications .selected{
    background: #3d7536;
}