.e {
    background-color: #eeccff;
}

div#map {
    float: left;
    border: solid 1px #333333;
    width: 400px;
    height: 350px;
    cursor: crosshair !important;
}
div#map div {
    cursor: crosshair !important;
}

#postbox_list {
    border: solid 1px #333333;
    width: 350px;
    float: right;
    list-style-type: none;
    margin: 0;
    padding:0;
    height: 350px;
    overflow: auto;
}
#postbox_list small.last {
    color: #666666;
    padding-left: 1em;
}
label {
    cursor: pointer;
}

#submission {
    float: right;
    text-align: center;
    font-size: 150%;
}
#Dsubmit {
    font-size: 100%;
}
#success {
    padding: 5px;
    background-color: #ccffcc;
    border: solid 2px #009900;
    width: 50%;
    margin: 1em auto;
    text-align: center;
}

.done {
    background-color: #ccffcc;
    padding-left: 1.5em;
    cursor: pointer;
}

.gone {
    color: #666666;
    background-color: #eeeeee;
    padding-left: 1.5em;
    text-decoration: line-through;
}

#latest {
    float: left;
    width: 45%;
    margin-top: 1em;
    margin-right: 1em;
    clear: both;
}
#notes {
    margin-top: 1em;
    float: left;
    width: 45%;
}

@media print {
    div#map {
        float: none;
    }
    #postbox_list {
        border: none;
        width: auto;
        float: none;
        height: auto;
        overflow: visible;
    }
    .done {
        font-style: italic;
    }
}

