.results-container .heading{
	font-size: 20px;
    color: #000;
    background: none;
    font-weight: 700;
}
.brown-bg{
	background: #b9552b;
}
.orange-bg{
	background: #f37028;
}
.light-orange-bg{
	background: #F89825;
}
.yellow-bg{
	background: #FDC019;
}
.dark-brown-bg{
	background: #754C33;
}
.results-container .table thead, .results-container .table tbody {
    border: 1px solid #dee2e6;
}
.results-container .table thead th {
    border-bottom: none;
}
.results-container .table thead tr th{
	font-size: 20px;
	color: white;
}
.table td, .table th{
	padding: 0.35rem !important;
}
