#size-table {
width:100%;
}
#size-table th {
padding: 0px 18px;
vertical-align:bottom;
text-align:center;
}
#size-table td {
padding: 8px 18px;
text-align:center;
}
#size-table tr:hover td
{
background: #474747;
color: #fff;
}