
#left-sidebar {
    background-color: #53687a;
    height: 600px;
    float:left;
    text-align: left;
    padding:0px;
}

#left-sidebar .ui-accordion-header {
    border : 1px solid #fff;
    font-family: Georgia;
    background: #144AC8;
    color: #DCE3DC;
    line-height: 32px;
    display: block;
    font-size: 1em;
    font-style: normal;
    margin: 0;
}


div.layout-sidebar a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display:block;
    text-align: center;
}

div.layout-sidebar a:hover {
    background-color: silver;
    font-style: italic;
}

#left-sidebar .ui-accordion-header.ui-state-active {
    color: #144AC8;
    font-size: 1em;
    background-color: #fafafa;
    font-weight: 900;
}

#left-sidebar .ui-widget-content {
    font-size: 100%;
    border: none;
    height: auto;
    background-color:lightgray;
}

#left-sidebar .ui-widget-content.ui-accordion-content-active {
    background-color: #D8CAA1;
    color:#380F96;
    font-weight: 800;
}

#left-sidebar .ui-corner-all {
    border-radius: 10;
}

