*, html {
    margin: 0;
    padding: 0;
}

ol, li, ul {
    list-style-type: none;
}

.note, .note-date, .subnote, .subnote-date {
    list-style-type: disc;
}

address, cite {
    font-style: normal;
}

.keep-empty {
    min-height: 1px;
    min-width: 1px;
}

/* Useful classes */
.cb {
    clear: both;
}

.nobr {
    white-space: nowrap;
}

/* Special JobSpice classes */
.keep-empty {
    /* Keep the field in the markup when the template is rendered even if it is blank */
}

li.first-item, li.last-item {
    /* Stand-ins for :first and :last selectors, added to all .item's when the template is rendered */
}


