.mdata-card {    
    padding: 1em;
    font-size: 1.25em;
    font-weight: 600; 
}
#selDataset {
    font-size: 1.15em;
}
div.jumbotron {
    background: -webkit-gradient(linear,left top,right top, transparent, #e1d7ce59);
    background: linear-gradient(
        90deg,transparent, #e1d7ce59);
    /* background-color: rgba(0,0,0,0.1) !important; */
}
.footer { 
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}
.panel-primary>.panel-heading {
    color: #000;
    background-color: #f5f5f5;
    border-color: #e1d7ce;
}
.panel-primary {
    border-color: #e1d7ce;
}
.svg-container {
    display: block !important;
    margin: 0 auto !important;
}
hr.fader {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-color: inherit;
}
