.mpFormTable{
	width:50%!important;
}

.mpQuestionTable{
	width:100%!important;
}
.descriptionLabel{
	display: inline-block;
}

.mpFormField ul{
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.mpFormField li{
  display: flex;
  align-items: center;
}

.mpMultipleLabel {
  margin-left: 10px;
	margin-bottom: 0;
}

.mpFormTable .submitButton{
	background-color: #e9bb5e;
}

.mpFormTable .submitButton:hover{
	background-color: #d2a955;
}

@media only screen and (max-width: 600px) {
  .mpFormTable {
    width:100%!important;
  }
}