.pad {
    margin: 20px -15px;
    padding: 10px 15px;
}

.help-mce {
    margin: 15px;
    border: 1px dashed #ddd;
}

.help-mce .table-responsive-wrapper {
    margin: 0;
}

.help-mce a[href^="#"]::after {
    content: "\e144";
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 768px) {
    /* nested UL does not look good in XS -> make indentation smaller */
    ul {
        padding-left: 15px;
    }
}