﻿.note-text-container {
    background: #efefef;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    border: 1px #e2e2e2 solid;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: normal !important;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
footer .container div:last-child {
    margin-left: auto;
}
.tagline {
    margin-bottom: 8px;
}
.header {
    margin-bottom: 0px;
}
.header a {
    text-decoration: none;
    color: #0b0b0b;
}
.delete-stale-messages {
    color: gray;
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
    margin-top: 8px;
}
.note-header {
    width: 100%;
    height: 25px;
}
.note-read-header {
    float: left;
    margin: 0;
}
.note-copy-header {
    float: right;
    text-align: right;
}
.write-message {
    max-height: 330px;
}
.container.main {
    padding: 1rem;
    padding-bottom: 4rem;
}