table#result-table td:nth-child(3) {
	min-width: 120px;
}
table#result-table th {
	padding-right: 6px;
}

table#sample-table td {
	padding-right: 6px;
}
@media screen and (max-width: 420px) {
	table#sample-table td {
		display: block;
	}
}