td:first-child{
    width: 33%;
}

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