#content .newsitem-default-article {
    margin-top: 20px;
}

@media (min-width: 768px) {#content .newsitem-default-article {
    margin-top: 40px;
}
}

#content .border_black {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 20px;
    padding: 19px;
}