/*
  Displays checkboxes inline, meaning that select (other) checkboxes do not 
  form into long vertical space wasting lists
  
*/
/*
  Notes on 20150212 - The version in use on CC5 is based on CSS generated for Display Suite 
  layouts. This version is appears to be the most basic. What it will break needs to checked
  copied from based on CC5 Css Injector Rule #13
*/
.form-type-checkbox {
    display: inline;
}

.form-type-radio {
    display: inline;
}
