/********************************
 * Styles for the referral forms *
 ********************************/
/******************
 * Color Variables *
 ******************/
/*
 * Ice Web Styles
 *
 * Less: Spacing Variables
 *
 * Developer: Dom Reilly.
 */
.scrolllable {
  height: 200px;
}
.scrolllable.scrollable-y {
  overflow-y: scroll;
  background-color: #383737;
  color: #ffffff;
  padding: 0 5px;
}
.label-modified {
  float: left;
  max-width: 95%;
}
.checkbox-modified {
  float: left;
  margin: 4px 0 0 4px!important;
}
