﻿.grid-table table {
    background-color: #fff;
}



.grid-table tr th {
    background: #337ab7;
    color: #f0f0f0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    padding: 10px;
}

.grid-table td {
    vertical-align: middle;
    padding: 10px;
}

.grid-table tr th button {
    /*background: #337ab7;*/
    color: #f0f0f0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.44;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
