/* CheckBoxList: Wrapper class for a list of related checkboxes */
.CheckBoxList {
  margin-top: .4em;
  height: 175px !important;
width: 275px !important;
}
.CheckBoxList .PanelField {
  padding-top: 0;
}
.CheckBoxList label {
  float: none !important;
  font-weight: normal !important;
  color: Black !important;
}
.CheckBoxList input {
  float: none !important;
}