.snippet {
    border: 1px dashed #04d;
    min-width: 300px;
    margin: 1.5em auto;
    padding: 0.5em 1em 0.5em 1em;
    display: block;
    text-align: justify;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    font-family: monospace;
    width: 80%;
}

.note {
    border: 1px dashed #940;
    min-width: 300px;
    margin: 1.5em auto;
    padding: 0.5em 1em 0.5em 1em;
    display: block;
    text-align: justify;
    width: 95%;
    background-color: #ffe;
}

.sshot {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}