/* Start custom CSS */#cdm_nav_buttons a:link, #cdm_nav_buttons a:visited {
    background: #52433c;
    color: #FFF;
}

.sp-cdm-search-button {
    background-color: #baa89e;
    color: #FFF;
    padding: 7px;
    text-align: center;
    margin: -0px -0px -0px -70px;
}

.sp-cdm-rc-folder a {
    color: #f16d25;
    font-weight: bold;
    text-decoration: none !IMPORTANT;
}

.sp-cdm-rc-file .sp-cdm-rc-file-file {
    float: left;
    width: 85%;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-top: 5px;
    font-weight: 400 !IMPORTANT;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    background: #52433c;
    margin-bottom: 3px;
    padding: 10px 12px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #52433c;
    background-color: #fff;
}

.remodal-close {
    color: #d9534f !IMPORTANT;
    background: #bb1b1b00;
}/* End custom CSS */