﻿
#byte-calc { }

#byte-calc table { width:100%; }
#byte-calc th,
#byte-calc td { padding:5px; vertical-align:middle; color:#999; }
#byte-calc th { width:80px; text-align:right; }
#byte-calc td { }
#byte-calc td.unit { width:50px; }


#byte-calc label { display:inline; vertical-align:middle; font-weight:normal; }
#byte-calc input { width:98%; border-color:#ccc; }

#byte-calc tr.selected th,
#byte-calc tr.selected td { color:#000; background-color:#ccc; }
#byte-calc tr.selected label {  color:#000; }
#byte-calc tr.selected input { border-color:#000; }


#byte-calc-options { }
#byte-calc-options .row { margin-bottom:5px; }
#byte-calc-options .row label { vertical-align:middle; }
#byte-calc-options .row input { vertical-align:middle; }
#byte-calc-options .row select { vertical-align:middle; font-size:10px; }
