/*---*/
#abar {
    float: left;
    width: 90px;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    background-color: #E0E0E0;
}
#abar a, #abar div {
    display: block;
    padding: 15px 0;
}
#abar span {
    display: block;
    font-size: 14px;
}
#abar .fas {
    font-size: 24px;
    margin-bottom: 5px;
}
#abar div {
    color: #1565C0;
    background: #f5f5f5;
}
#abar a {
    color: #616161;
}
#abar a:hover {
    color: #F4511E;
    background: #EEEEEE;
}
/*---*/
#sbar {
    float: left;
    width: 150px;
    height: 100%;
    background-color: #f5f5f5;
    border-right: 1px solid #E0E0E0;
}

#sbar ul {
    margin: 30px -1px 0 20px;
}
#sbar a, #sbar div, #sbar .off {
    display: block;
    padding: 6px 0 6px 15px;
    border: 1px solid transparent;
}
#sbar a:hover {
    text-decoration: underline;
}
#sbar div {
    border-color: #E0E0E0;
    border-right: 0;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    font-weight: bold;
}
#sbar .off {
    color: #aaa;
    font-style: italic;
    text-decoration: line-through;
}
