#content{
    background-color: #f0f0f0;
}

.pnl-right{
    padding-left: 15px;
}
.pnl-left{
    background-color: white;
    padding: 15px;
    border-radius: 10px;
}
.mfr-cat-list{
    background-color: white;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 10px;
    padding-top: 15px;
    border: 1px solid rgba(128, 128, 128, 0.24);
}
.mfr-cat-list .title{
    font-size: 12pt !important;
    color:#6b2918 !important;
    font-weight: 500!important;
    margin-left: 7px;
}

.mfr-cat-list .list-group{
    overflow-y: auto;
    /*height: 90%;*/
    height: 600px;
    width: auto;

}
.mfr-cat-list .list-group::-webkit-scrollbar {
    width: 8px;
}
.mfr-cat-list .list-group::-webkit-scrollbar-thumb {
    border-radius: 8px;
    box-shadow: inset 0 0 5px rgb(210, 210, 210);
    background: #d2d2d2;
}
.mfr-cat-list .list-group::-webkit-scrollbar-thumb:hover {
  background: #c5c5c5;
}
.mfr-cat-list .list-group::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #e1e1e1;
}
.mfr-cat-list .list-group::-webkit-scrollbar-button {
    background: white;
}

.mfr-cat-list .list-group .list-group-item a{
    color: #2e2e33;
}
.mfr-cat-list .list-group .list-group-item{
    line-height: 25px;
    font-size: 11pt;
    border: none;
    font-weight: 500;
    padding: 0px 8px;
    color: #2e2e33;
    margin-top: 5px;
}


.pnl-mfr-list{
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: white;
    border-radius: 10px;
    padding-left: 15px;

}

.pnl-mfr-list .title{
    font-size: 13pt;
    font-weight: 600;
    color: #6b2918;
    margin-bottom: 15px;
}

.pnl-mfr-list .pnl-sort{

    margin-bottom: 15px;
    padding-bottom: 15px;
}

.pnl-mfr-list .pnl-sort:not(:last-child){
    border-bottom: 1px solid rgba(128, 128, 128, 0.24);
}

.pnl-mfr-list .sort-char{
    margin-left: 20px;
    font-size: 13pt;
    font-weight: 500;
}
.pnl-mfr-list .sort-char li:not(:first-child){
    margin-top: 10px;
}

.pnl-mfr-list .sort-title{
    font-size: 13pt;
    color:#6b2918;
    font-weight: 700;
    /*text-decoration: underline;*/
}

.mfr-list a{
    font-size: 10pt;
    color: #2b38d9;
    font-weight: 500;
    margin-top: 10px;
    text-decoration: underline;
}

.banner_cert{
    margin-top: 40px;
}

.banner_cert .img-half{
    width: 70px;
    height: 70px;
    margin-top: 10px;
}
.banner_cert .img-full{
    width: 100%;
    height: auto;
    margin-top: 10px;
}