/* table styling--without styles, tables have no cell spacing */

#specs th, #specs td,
#listing th, #listing td { text-align: left; padding: .05in .2in .05in 0; }

#specs thead th, #listing thead th {
border-bottom:1px solid #ccc; 
font-weight:bold;}

th, tr, td { vertical-align: top; }