.sidebar > .region > .block {
    margin: 1.1em 1.5em 1.1em 0;
    padding: 1em;
}

/*.sidebar > .region > .block:first-child {
    margin-top: 0;
}

.sidebar > .region > .block:last-child {
    margin-bottom: 0;
}*/

.sidebar > .region > .block > h2.title {
    font-size: 1.25em;
    padding-bottom: 0.3em;
}

.sidebar .container {
    margin: 0;
    padding: 0;
    width: auto;
    max-width: none;
    min-width: 0;
}

.js .rawt-sidebar.sidebar-trim {
    visibility: hidden;
}

.rawt-sidebar-plain {
    width: auto !important;
}

.rawt-sidebar-abs {
    position: absolute;
    left: auto !important;
}

.rawt-sidebar-fixed-top {
    position: fixed;
    top: 0;
}

.rawt-sidebar-fixed-bottom {
    position: fixed;
    bottom: 0;
}