.sps-side-panel {
    padding: 1em;
    margin: 1em 0;
    max-width: 260px;
    font-size: 0.95em;
    line-height: 1.4;
    box-sizing: border-box;
}

.sps-side-panel-right {
    float: right;
    margin-left: 1em;
}

.sps-side-panel-left {
    float: left;
    margin-right: 1em;
}

.sps-side-panel-content p:last-child {
    margin-bottom: 0;
}

/* Simple clearfix so later content behaves nicely */
.sps-side-panel::after {
    content: "";
    display: block;
    clear: both;
}
