

.box {
    background-color: white;
    margin-bottom: 1em;
    padding: 1em;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 320px) {
    .box {
        padding: 0em;
        background-color: unset;
        box-shadow: unset;
    }
}


/* --------------------------
  * Content Module Styles
  * --------------------------
 */

/* The content div is placed as a wrapper around all the docs */
.content {
    margin-left: auto;
    margin-right: auto;
    padding-left: .5em;
    padding-right: .5em;
}

    .content .content-subhead {
        margin: 2em 0 1em 0;
        font-weight: 300;
        color: #888;
        position: relative;
    }
