#sizes {
color: rgb(210,211,219);
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 150%;
	margin: 0;
border-collapse:collapse;
table-layout: fixed;
}

.bold {
font-weight: bold;
color: rgb(8,14,38);
}

table {
position: relative;
}

th {
height: 25px;
vertical-align:center;
font-weight: bold;
padding-top: 10px;
}

td {
height:20px;
	margin: 0;
	padding: 0;
}

.leftalign {
text-align: left;
}