.box-sidebar .head {
    background: #1a3f5e;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #1a3f5e;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.box-sidebar .head a {
    text-transform: uppercase;
    margin-left: 10px;
    color:#fff;
}

.box-sidebar .list-sidebar {
    padding: 15px;
    margin-bottom: 0;
}
.box-sidebar .list-sidebar li {
    list-style: none;
    margin: 5px;
    line-height: 1.5;
}