.expanded_panels {
     word-break: break-all;
     word-wrap: break-word;
     width: 50%;
     margin: 0 auto;
 }

.expanded_panel p {
    border: 1px solid #ccc;
    text-indent: 10px;
    margin: 0;
    /*font-size: 15px;*/
    font-weight: normal;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
}

/*.expanded_panel p:before {*/
    /*font: normal normal normal 14px/1 FontAwesome;*/
    /*content: "\f067"; !* fontawesome icon code *!*/
    /*width: 50px;*/
    /*float: right;*/
    /*text-align: center;*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    /*color: #dfdfdf;*/
/*}*/
.expanded_panel p.activeCategory {
    /*background: rgb(148, 196, 247);*/
    background: #142939;
    color: #ffffff;
}

/*.expanded_panel p.activeCategory:before {*/
    /*content: "\f068";  !* fontawesome icon code *!*/
/*}*/

.expanded_content {
    display: none;
    padding: 10px;
    background: #dfdfdf;
}

.custom_subcategory_active {
    background: #777777;
}