.tdBg {
    background-color: #eeeae7;
    color: #0b304a;
    font-weight: bold;
	text-align: center;
	padding: 10px;
}

.tdColor {
    background-color: #00bd00;
    color: #ffffff;
    font-weight: bold;
	text-align: center;
}

.table>thead>tr>th {
	text-align: center;
}

@media (max-width:375px){
	table, thead, tbody, th, td, tr {
		display: block;
		overflow: hidden;
	}

	td:before { content: attr(data-label) ": "; }

	.tdBgGreen {
		margin: 0 4px;
	}

	.brand {
		display:none;
	}
}