/* Modify the question and answer size and color */
.wpss .wpss-question, .wpss .wpss-question p{ 
  font-size: 24px; 
  color: #333333; 
}

.wpss .answers, .wpss .answers .answer_text, .wpss .answers label{
  font-size: 18px;
  color: #333333;
}

/* Modify the progress bar size and color */
.wpss-progress-bar {
  border: none !important; 
  background: #f5f5f5; 
  height: 10px !important;
}

.wpss-progress-bar span {
  background-color: #24890d !important;
}

/* Modify the Next and Back button color and size */
.wpss .wpss_prev_next a{
  font-size: 16px !important;
  color: #0066FF;
}


/* Add border and shading to quiz */
.wpss{
  padding: 5px;
  border: 1px #ffffff solid;
  background-color: #ffffff;
}

.wpss .wpss-form{
  background-color: #f5f5f5;
}