#energy_calculator {float:left; clear:left; width:250px;}
#ec_container {position:relative; margin-top:10px;}
#energy_calculator h6 {font-weight:bold; margin:0;}

#ec_quantity_container {padding:10px; background-color:#094151; width:50px; float:left; overflow:hidden; text-align:center;}
#ec_quantity {font-size:36px; line-height:36px; width:50px; text-align:center; display:block; margin:0 0 10px 0; border:1px outset; padding:0;}
#ec_quantity_label {color:#9cf; font-size:10px; text-transform:uppercase; line-heght:10px;}

#ec_instructions_container {color:#699; font-size:11px; margin-left:90px;}

#ec_calculations_container {position:absolute; z-index:9; top:0px; left:87px; width:153px; padding:5px; background-color:#094151;}
#ec_pointer {position:absolute; left:-17px; top:10px;}

.ec_calculations {margin:0; padding:0; list-style:none;}
.ec_calculations .ec_calculation {margin:0; padding:0; list-style:none; display:block; border-bottom:1px dotted #1b5c67; line-height:26px; font-size:26px; color:#fff; clear:both;}
.ec_calculations .ec_units {font-size:10px; color:#699; float:right; text-transform:uppercase; padding-top:5px;}
#ec_voltage {font-size:15px;}
.ec_calculations .ec_calculation .ec_voltage_label {float:none; display:block; text-align:right; line-height:12px; padding-top:0;}
