/* Take my pills CSS override */

#hivtestuk-form {
  background-color: inherit;
  margin: auto;
  padding: 0px;
  max-width: 600px;
}
/* Main buttons */
#request-button, #request-page-nav-left, #request-page-nav-right{
  background-color: #0093FF;
  border-radius: 15px;
  margin-top: 15px;
}

#request-button{
  float:none;
  margin:auto;
}

.btnCentre{
  display: block;
  width: 100%;
  text-align: center;
}

/* Progress bar */
#progBarProgress{
	background: #0093FF;
}
/* Question text */
.hivtestuk-question {
  color: #0093FF;
}
#prep-widget-banner img {
	display: block;
  width: 100%;
}

/* Prep Into screen */
.prep-intro-main{
  margin: auto;
  width: 80%;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  color: #0093FF;
}
#prep-intro-sub{
  text-align: left;
}
#prep-intro-small{
  font-size: 70%;
  display: block;
  width: 100%;
  margin-top: 50px;
}

/* Specific question formatting */
#hivtestuk-question-appropriatePrepStatus .hivtestuk-answer-radio label{
  width: 100%;
  margin-right: 0px;
}
#hivtestuk-question-PrepHowTaking .hivtestuk-answer-radio label{
  margin-right: 0px;
}
.PrepHowTaking-radio {
  width: 100%;
}
#hivtestuk-currentPage {
  background-color:white;
}
