.coding { font-family: monospace; font-size: 1.1em;}
.note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
.important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
.warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

.table-bid {}

.adres, .post, .ov, .auto, .parkeer {
    background:url(../img/home.png) no-repeat 0 0;
    display:inline-block;
    padding-left:28px;
}

.post { background-image:url(../img/mail.png); }
.ov { background-image:url(../img/ov.png); }
.auto { background-image:url(../img/auto.png); }
.parkeer { background-image:url(../img/parkeer.png); }


/* these are for showing alignment in RTE on the backend */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }