.dashboard-content{ margin-left:-15px;}
.table-content-holder{
    float:left;
    width:calc(33.33% - 15px);
    /*border: 1px solid #9e6b22;*/
    box-shadow: 0 0 4px 0 hsla(0, 0%, 0%, 0.5);
    margin: 0 0 15px 15px;
    border-radius: 4px;
    transition:0.2s ease-in !important;
    -webkit-transition:0.2s ease-in !important;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.table-content-holder > h2.dashboard-api-title{
    background: #9e6b22;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
}
.table-content-holder .table-content{ 
    padding:15px;
}
.table-content-holder .last-update{ 
    position: absolute; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    background: #e8e8e8;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    font-size:0.9em;
    transition:0.2s ease-in;
    -webkit-transition:0.2s ease-in;
}
.table-content-holder p{ 
    line-height: 28px; 
}
.table-content-holder:hover{ 
    box-shadow:0 0 10px 0 rgba(0,0,0,0.7);
}
.table-content-holder:hover .last-update{ background: #c2c2c2;}
.mva7-thc-activetheme-district-theme-2 .table-content-holder > h2.dashboard-api-title{ background: #3f4db8;}
.mva7-thc-activetheme-district-theme-3 .table-content-holder > h2.dashboard-api-title{ background: #d43c3c;}
.mva7-thc-activetheme-district-theme-4 .table-content-holder > h2.dashboard-api-title{ background: #b83058;}
.mva7-thc-activetheme-district-theme-5 .table-content-holder > h2.dashboard-api-title{ background: #d43c3c;}
.mva7-thc-activetheme-district-theme-6 .table-content-holder > h2.dashboard-api-title{ background: #105b7a;}
.mva7-thc-activetheme-district-theme-7 .table-content-holder > h2.dashboard-api-title{ background: #021450;}
.mva7-thc-activetheme-district-theme-8 .table-content-holder > h2.dashboard-api-title{ background: #009091;}
.mva7-thc-activetheme-district-theme-9 .table-content-holder > h2.dashboard-api-title{ background: #4da219;}
.mva7-thc-activetheme-district-theme-10 .table-content-holder > h2.dashboard-api-title{ background: #e90d41;}
.mva7-thc-activetheme-district-theme-11 .table-content-holder > h2.dashboard-api-title{ background: #68397f;}
.mva7-thc-activetheme-district-theme-12 .table-content-holder > h2.dashboard-api-title{ background: #d23707;}
.mva7-thc-activetheme-district-theme-13 .table-content-holder > h2.dashboard-api-title{ background: #000;}
.mva7-thc-activetheme-district-theme-14 .table-content-holder > h2.dashboard-api-title{ background: #0078AF;}
.mva7-thc-activetheme-district-theme-15 .table-content-holder > h2.dashboard-api-title{ background: #965668;}

.contrast .table-content-holder{ background: #000 !important; border: 1px solid #666 !important;}
.contrast .table-content-holder > h2.dashboard-api-title{ background: #333 !important;}
.contrast .table-content-holder .last-update{ background: #111 !important;}

@media screen and (max-width:980px){
    .table-content-holder{ width:calc(50% - 15px);}
}
@media screen and (max-width:640px){
    .table-content-holder{ width:calc(100% - 15px);}
}