.info{
  border: none !important;
}

#cubes_chart.three #tab-table {
    width: 98%;
}

#cubes_chart.three.full #tab-table {
    width: 100%;
}

.no-after:after{content:none !important;}

.year{
	width: 23% !important;
	height: 54px !important;
	float: left !important;
}

.checkbox label input[type="radio"]:checked+.cr {
    background-color: #FF511B;
    border-color: #FF511B;
}

.checkbox.radio label {
	font-weight: normal;
    display: grid;
    grid-template-columns: auto 1fr auto;
}

.ten-hr{
	margin-top: 0px;
	margin-bottom: 0px;
}

@media (max-width: 992px){
    .grid-content.three>div {
        min-height: 200px !important;
    }

    .grid-content.three {
        grid-template-columns: 1fr !important;
    }

    .grid-content.three>div {
        min-height: 200px !important;
    }

    .block-content>div {
        min-height: 300px !important;
    }

    .block-content>div.orange, .block-content>div.gray {
        width: 100% !important;
    }
}