 /* =======================Table Design ========================================== */
 .table-condensed tr td{
    font-size:15px;
    padding: 5px 5px;
    padding-top: 0px;
}

.table-bordered{
    background-color:#004eb3;
    border:none;
    padding:0px;
}

#no-more-tables,.more-tables{
    color:white;
    border:none;
}

.table-bordered td, .table-bordered th{
    border:none;
}

#no-more-tables tbody tr:nth-of-type(odd),.more-tables tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.3);
}

.table-header{
    text-transform:uppercase;
    background-color: rgba(0,0,0,0.5);
}

#no-more-tables thead td,.more-tables thead td,
#no-more-tables thead th,.more-tables thead th{
    padding:14px 10px;
    font-weight:700;
}




@media only screen and (max-width: 800px) {
    
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
 
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #no-more-tables tr { 
        padding:12px;
    }
 
    #no-more-tables td { 
        border: none;
        border-bottom: 1px solid #5c7c96; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
        color:white;
        min-height:30px;
    }
    
 
    #no-more-tables td:before { 
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
 
    #no-more-tables td:before { content: attr(data-title); }
    
    #no-more-tables tbody tr:nth-of-type(odd) {
        background-color: rgba(0,0,0,0.3);
    }
}
/* =======================Table Design ========================================== */


label {
    margin-left: 0px;
    margin-top: 0px;
    
  }




