.volunteerID{
  width: 2%;
}

.volunteerGender{
  width: 3%;
}

.volunteerAge{
  width: 5%;
}

.volunteerPostcode{
  width: 5%;
}

.volunteerLevelOfInterest{
  width: 5%
}

.volunteerNotes{
  width: 45%;
  word-break: break-word;
}

.volunteerOtherStudyStatus{
  width: 5%;
}

.volunteerSave{
  width: 5%;
}

.margin-bottom{
  margin-bottom: 8px;
}

.grid-error{
  padding: 2%;
}

.flag_volunteer_change{
  background-color: #ffebcd
}

.flag_volunteer_withdrawn{
  background-color: #d3d3d3
}

.flag_volunteer_ineligible{
  background-color: #d3d3d3
}

.change_type{
  font-size: 14px;
  font-weight: bold;
  color: rgba(241, 91, 91, 1)
}

.otherSiteInformation{
  font-size: small;
  font-family: "Calibri", "Open Sans", "Helvetica", "Arial", sans-serif;
  margin-bottom: 0px;
  display: block;
  line-height: 20px;

}

.editMode, .errorMessage{
  display: none;
}

#volunteerStudies {
  font-size: medium;
  text-align: center;
  /*padding-top: 9px;*/
}