.wpss fieldset {
    border: none;
    margin: 5px 0;
    padding: 30px;
    background: #004D73;
    color: #fff;
    text-shadow: 1px 1px 1px #777777;
    
    line-height: 180%;
}

.answers {
    margin: 20px;
}

.wpss_prev_next {
    text-align: center;
}

.wpss_prev_next a {
    padding: 10px;
    background: #004D73;   
    color: #ffffff;
   }

.wpss .wpss_prev_next a.wpss_disabled, .wpss .wpss_prev_next a.wpss_disabled:hover {
    cursor: default;
    text-decoration: none;
    color: #fff;
}

.wpss .wpss-progress-bar {
    
    border: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 0px ;
    margin: 0;
    padding: 0;
    height: 15px;
}



.wpss .wpss-progress-bar span{
    display: block;
    height: 100%;
    width: 0;
    background-color: #004D73;
    border-radius: 10px;
}

