/**
 * Theme Name: Trawell Child
 * Template:   trawell
 */
div.NoteBox
{
    margin: 1em 0 1em 0;
    padding: 1em;
    min-height: 70px;
    background-color: #e1f5fe;
    border-bottom: 5px solid #079adf;
    border-left: 5px solid #079adf;
    border-right: 5px solid #079adf;
}

div.NoteBox > p:first-child::before
{
    display: block;
    content: "Note";
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 2pt;
    color: #ffffff;
    background-color: #079adf;
    text-transform: uppercase;
    text-align: center;
    padding: 3px;
    margin: -1em -1.1em 1em -1.1em;
}
