
/* DEFAULT */
#content table{
    padding-top: 15px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    clear: both;
}
.footable thead tr th{
    padding-bottom: 5PX;
    text-transform: uppercase;
    color: #2c3370;
    
}
/* colGrey */
table.footable tr td {
        padding: 5px;
}
.footable .tr-even   {
        background: #e3e3e3;
}

.footable .tr-odd   {
        background: #fff;
}

/*********************************** 480 *********************************** */
@media screen and (max-width: 480px) {
    .footable-row-detail-cell{
         background: #e3e3e3;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 5px;

    }
    .footable-row-detail-name{
        color: #2c3370;
        text-align: right;
    }
    .footable-row-detail-value{
        text-align: center;
    }

}
 

/* Footable */
.footable-row-detail-name {

}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    display: inline-block;
    font-family: "footable";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    padding-right: 15px;
    text-transform: none;
    color: black;
}

