table{
	border-collapse: collapse;
	color: rgb(73,71,71);
	display: table-cell;
	font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/* title is used for the title cells, where there should be no border */

.title{
	border-style: none;
	font-weight: bold;
	text-align: center;
}

/* corner is used for the top left "table" cell, where there should be border, but not on the left side */

.corner{
	border-left-style: none;
}

td.yellow{
	background-color: #ffb618;
}

td.green{
	background-color: #6ba442;
}

td.red{
	background-color: #ed271c;
}

th{
	text-align: center;
	font-weight: normal;
}

th,
td{
	border: rgb(235,235,237);
	border-style: solid;
	border-width: 1px;
}

tr td:first-child:not(.title){
	border-left-style: none;
	border-left-width: 0px;
	text-align: left;
}