.btn-primary
{
    background:#116E80;
    width:100%;
    border:none;
    font-size:20px;
}

.btn-primary:hover,
.btn-primary:active

{
    background:#0E5967 !important;
}

a 
{
    color:#116E80;
}

.question > label
{
    font-weight:bold;
}