﻿.ElectionNote, .PollNote, .BodyNote
{
    display: block;
    padding: 5px;
    margin: 5px;
    border: dashed 1px #000;
    font-size: 85%;
    font-weight: bold;
}

.ElectionNote
{
    background-color:#D07B17;
    border: solid 1px #8C3700;
    border-style: outset;
}

.PollNote, .BodyNote
{
    background-color:#EFEEE7;
}
