table.sizetable {
	margin: 10px 0 30px 0;
	border-bottom: 1px solid #222222;
}

table.sizetable td {
	padding: 4px 8px;
	text-align: center;
}

table.sizetable td.highlight {
	background-color: #E3F1D4;
}

table.sizetable tr:not(:last-child) td {
	border-bottom: 1px dotted #999999;
}

table.sizetable tr:first-child td {
	padding: 8px;
	font-weight: bold;
	background-color: #EBEBEB;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

table.sizetable[style*="float:"] {
	margin-bottom: 1rem;
}

table.sizetable tbody {
	width: 100%;
	display: table;
}

@media only screen and (min-width: 40.0625em) {
	table.sizetable[style*="float:"] {
		margin-right: 1rem;
	}
}

table.sizetable {
	overflow-x: auto;
	white-space: nowrap;
	display: block;
	width: 100%;
	border: none;
}

table.sizetable tr:last-child td,
table.sizetable tr:first-child td {
	border: none;
}

table.sizetable tr:last-child td {
	border-bottom: 2px solid #EBEBEB;
}

