.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #011348;
    background: #004785;
    font-weight: normal;
    color: #ffffff;
}

h3.ui-accordion-header {
    font-size: 20px !important;
}

section {
    border-bottom: 1px solid #dfe1e2;
    padding: 20px 10px;
    border-top: 1px dotted #dfe1e2;
    margin-bottom: 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #011348;
    background: #004785;
    font-weight: normal;
    color: #FFFFFF;
}


