.content .sidebar {
    padding: 0 15px;
    border-radius: 5px;
    min-width: 250px;
}

.content .sidebar .module {
    padding: 10px;
    border-radius: 5px;
    background: #f7f7f7;
    margin-bottom: 15px;
    overflow: hidden;
}

.content .sidebar .module .module-content ul li a {
    padding: 5px 0;
    font-size: .85rem;
    font-weight: 400;
    /* color: #333; */
    line-height: 1.25rem;
}

.module__news .teaser .image {
    float: left;
    width: 30%;
}

.module__news .teaser .content {
    float: left;
    width: 70%;
    padding: 0 0 15px 15px;
}

.module__news .teaser .content .title {
    margin: 0;
    font-size: .8rem;
    padding: 0;
    line-height: 1.25;
}

.module__news .teaser .content .date {
    font-size: .7rem;
    font-style: italic;
    margin-bottom: 5px;
}

.module__news .teaser .content .date:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url('/images/calendar.png') no-repeat;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
}
