/* Do-not-customize symbols */
table thead tr th:nth-of-type(1) {
  width: 15%;
}
table thead tr th:nth-of-type(2) {
	width:50%;
}
table thead tr th:nth-of-type(3) {
	width:35%;
}


table tr td {
	vertical-align: middle;
	padding: .8em 1em .8em 0;
} 

table tr td:nth-of-type(1) {
	padding-top:1em;
}      

table tr th:first-child {
	text-align:center;
}

table tr td:first-child {
	text-align:center;
}