﻿.ABStatisticsTables
{
	height: 99%;
	width: 100%;
	display: inline-block;
}

.ABStatisticsTables .ABKendoGrid tr.TotalRow td 
{
    background-color: #D3D4D6;
    border-bottom: 1px solid white;
}

.ABStatisticsTables .ABKendoGrid div.k-grid-content 
{
    height: calc(100% - 72px);
}