﻿.table-container {
    overflow-x: auto;
    min-width: 100%;
    table-layout: fixed;
                    
}
.table-container .perfect-scrollbar { position:relative; }
                
.table-container .perfect-scrollbar.ps-container > .ps-scrollbar-x-rail,
.table-container .perfect-scrollbar.ps-container > .ps-scrollbar-y-rail {   opacity: 0.6; }

.table {
    text-align:left;
    font-size: 0.88em;
    font-family: "GothamNarrowBook", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    border: none;
    padding: 14px 20px;
    vertical-align:middle;
}
.table > thead > tr > th,
.table > thead > tr > td {
    padding-bottom:10px;
    vertical-align: bottom;
}
.table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F3F4F8;
}

