table {
	width: 100%;
	border: 2px solid #7af;
	border-radius: 4px;
}

table td {
	text-align: center;
	padding: 7px 1px !important;
	border: 0px !important;
	border-radius: 0px !important;
}

td#result {
	text-align: left;
	padding: 9px !important;
}

table tr:nth-of-type(2) td {
	font-size: 16px;
	font-weight: bold;
}
