﻿     .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 4px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }
        .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
       background-color: #f4f5f8;
        color:#333333;

    }
          /*.divcolor {
        background-color: black;
    }*/

    

    .divfontcolor {
       color: #0c0c0c;
       
    }

    .tableBgColor{
    background-color:#ffffff
}

.btncustom {
    border-radius: 90px;
    background-color: #ffffff;
    color: #333333;
    border-color:#e31e24
}

    .btncustom:hover, .btncustom:active, .btncustom.hover,btncustom:focus {
     background-color: #e31e24
    }