    .table-container {margin-bottom: 0px !important; padding-bottom: 0px !important}
    div.table-container table { 
     text-align: center;
     border-collapse: collapse;
     border: 1px solid #dedede;
     /*max-width: 600px;*/
     background-color: #ffffff 
    }
    div.table-container table tr td { 
     padding:5px !important;
     border: 1px solid #dedede;
     text-align: center;
     vertical-align: middle !important;
     min-height:60px !important; 
    }
    td.header {background-color: #5d5f5f; color: #ffffff; text-align: left !important; }
    div.table-container .push-middle  {text-align: middle !important ; vertical-align: top !important;}
    div.table-container .headercell {font-weight: bold; background-color: #fefefe; min-height:60px !important; }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        div.table-container table {max-width: 100%}
    }
