/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.dms-container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.dms-notice {
    background: #fffeda;
    display: inline-block;
    padding: 1%;
    font-weight: bold;
}