.solar-results-container {
	padding: 50px 50px 50px 50px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    width: 61%;
}
.solar-results table tr td,
.commercial-solar-results table tr td,
.industry-solar-results table tr td
{
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	color:#000;
	border-bottom:solid;
}


.solar-results table > tbody > tr:nth-child(1) > td,
.solar-results table > tbody > tr:nth-child(3) > td,
.solar-results table > tbody > tr:nth-child(5) > td
{
	background-color: #FFFFFF;
}


.solar-results table > tbody > tr:nth-last-child(2) > td,
.solar-results table > tbody > tr:nth-last-child(1) > td
{
  background-color: #E0651F;
}

/* Commercial */

.commercial-results-container {
	padding: 50px 50px 50px 50px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    width: 42%;
}

.commercial-solar-results table > tbody > tr:nth-child(1) > td{
	background-color: #FFFFFF;
	
}
.commercial-solar-results table > tbody > tr:nth-last-child(1) > td,
.commercial-solar-results table > tbody > tr:nth-last-child(2) > td
{
	background-color: #E0651F;
}

/* Industrial */

.industry-results-container {
	padding: 50px 50px 50px 50px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    width: 48%;
}

.industry-solar-results table > tbody > tr:nth-child(1) > td,
.industry-solar-results table > tbody > tr:nth-child(3) > td,
.industry-solar-results table > tbody > tr:nth-child(5) > td 
{
	background-color: #FFFFFF;
}
.industry-solar-results table > tbody > tr:nth-last-child(1) > td,
.industry-solar-results table > tbody > tr:nth-last-child(2) > td
{
	background-color: #E0651F;
}


@media only screen and (max-width: 768px) {
  background-color:#000;
}

