@import url(http://fonts.googleapis.com/css?family=Bangers);
table { 
	margin:20px 20px;
	width:100%;
}
tr {
	font-family: 'Bangers', sans-serif;
	font-size: 50px;
	padding:0px 10px;
	line-height: 45px;
}
/*Quick color-ramp*/
tr:nth-child(1) {
    color: #EA8481;
}tr:nth-child(2) {
    color: #DC514C;
}tr:nth-child(3) {
    color: #BB302C;
}tr:nth-child(4) {
    color: #891B17;
}tr:nth-child(5) {
    color: #580A07;
}