.s { width:440px;}
.s tr {height:147px;}
.s td {vertical-align:middle;}

.s thead th {
text-align:left;
background:#7f858e;
color:#fff;
padding:10px;
}
.s tbody td {
padding:10px;
border-bottom:1px solid #7f858e;
}
.s tr:hover td {
background-color:#eceff3;
color:#000;
}

.sm { width:420px;}
.sm tr {height:2px;}
.sm td {vertical-align:middle;}

.sm thead th {
text-align:left;
background:#7f858e;
color:#fff;
padding:1px;
}
.sm tbody td {
padding:3px;
border-bottom:0px solid #7f858e;
}
.sm tr:hover td {
background-color:#eceff3;
color:#000;
}
														    