.right-colc {margin-left: 100px;}

.cal-res-tit1 {
	color: black; 
	font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .right-colc{
        margin-left: 0;
    }
}

#bmr-text {
	display: none;
	width: 350px;
}

#bmr-text table tr:nth-child(even) {
  background-color: #f3fcea;
}

#bmr-text table tr:nth-child(odd) {
    background-color: #D8F6BD;
}


#bmr-text table td { 
    text-align: center;
    border-left: none;
    padding: 10px 15px;
}

#bmr-text table th { 
    text-align: center;
    border-left: none;
    padding: 10px 15px;
}

#bmr-text table td:first-child {
    text-align: left;
    border-left: none;
    padding: 10px 15px;
}