h2{
	margin-bottom: 10px;
}
table {
    font-size: 17px;
    margin-top: 30px;
}

/* Media Queries for mobile support. */
@media screen and (max-width: 550px) {
	td {
		display: block;
	}
	td:first-child{
		font-weight: 900;
		width: 100%;
	}
	th:nth-child(2) {
		display: none;
	} 
	th {
		colspan: 2;
	}
}