table.information {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Verdana', 'Geneva', sans-serif;
}

table.information > thead th {
    font-family: 'Georgia', cursive;
    font-size: 18px;
    text-align: start;
    border-bottom: 2px solid;
}

table.information tr.header > td {
    border-bottom: 1px dashed;
    font-weight: bold;
}

table.information tr.header:not(:first-of-type) > td {
    padding-top: 5px;
}

table.information tr.datum > td, table.information .contact td {
    padding-left: 10px;
    padding-right: 10px;
}

table.information tr.datum > td:first-of-type, table.information .contact td:first-of-type {
    padding-left: 0;
}

table.information tr.datum > td:last-of-type, table.information .contact td:last-of-type {
    padding-right: 0;
}

table.information tr.datum.highlight {
    font-weight: bold;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

/*** CUSTOM ***/

h3.title {
    text-align: center;
    line-height: 1.25;
}

figure {
    text-align: center;
    margin: 5px 0;
}

figure.needs-spacing img {
    padding-bottom: 5px;
}

figure.left {
    float: left;
    margin-right: 20px;
}

figure.center {
    margin-top: 10px;
    margin-bottom: 10px;
}

figure.right {
    float: right;
    margin-left: 20px;
}
