
.expandable-content .accordion-item, .expandable-content .accordion-trigger, .expandable-content .accordion-title {
    width: 100%;
    border: none;
    background-color: #efedf1;
}

.expandable-content .accordion-title {
    background-color: #003b5b;
    color:#fff;
    text-align: left;
}
.expandable-content .accordion-item {
    border-bottom: 2px solid #fff;
}
.expandable-content .accordion-item h3 {
    margin: 0px !important;
}

.expandable-content .accordion-item li.page_item {
    padding: 10px;
    background-color: #f7f6f8;
}
.expandable-content .accordion-item li.page_item:hover {
    background-color: #efedf1;
}

.expandable-content .accordion-panel {
    padding: 15px;
}