th, td {
	height: 52px;
}

th:nth-of-type(3) {
	width: 260px;
}

td:nth-of-type(1), td:nth-of-type(2) {
	text-align: center;
}

td:nth-of-type(2) {
	border-right: none;
}

td:nth-of-type(3) {
	border-left: none;
}

th:nth-of-type(4) {
	width: 109px;
}

.div6 {
	font-size: 18px;
}

.div8 {
	font-size: 14px;
}

@media screen and (max-width: 560px) {
	th, td {
		height: 40px;
	}

	th:nth-of-type(3) {
		width: 140px;
	}

	td:nth-of-type(1) {
		font-family: 'Arial';
	}

	th:nth-of-type(4) {
		width: 79px;
	}

	.div6 {
		font-size: 13px;
	}

	.div8 {
		font-size: 10px;
	}

	.replaceable {
		font-family: 'Oswald';
	}
}