/**
 * @file CSS fil for BoostBlow module
 * */
.boostblow-form fieldset fieldset { padding: 15px 0 0 0; }
.boostblow-form fieldset fieldset .fieldset-wrapper > div { width : 45%; float : left; margin-right: 20px; }
.boostblow-form fieldset fieldset .form-text { width : 100%; }
.boostblow-form fieldset fieldset textarea { height : 100px; }
.boostblow-form fieldset fieldset .boostblow-times { clear: both; }
.boostblow-form fieldset fieldset input.disabled { opacity: 0.5; color : red; border : 1px dashed red; }
.boostblow-form fieldset table tr th, 
.boostblow-form fieldset table tr td { padding: 2px;  }