/*
 * Copyright (c) 2013 MyNetDiary, Inc.
 *
 * This document and the product to which it pertains are distributed under licenses restricting their use, copying, distribution, and decompilation.
 * This document may not be changed without prior written authorization of MyNetDiary and its licensors, if any.
 */

.shadow {
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    box-shadow: #d3d3d3 1px 3px 7px;
}


.help-screenshot-mobile {
    display: block;
    /*tag_screenshot_mobile*/
    max-width: 21em;
    margin: 2em auto;
}

@media only screen and (max-width: 767px) {
    .help-screenshot-mobile {
        display: block;
        /*tag_screenshot_mobile*/
        max-width: 14em;
        margin: 2em auto;
    }
}