﻿.matchListRecordPerPage
{
    width: 300px;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-right: 10px;
    white-space: nowrap;
}

.gridResponsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

.autoLayout{
    table-layout:auto !important;
}

.clientStatus tbody > tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}