/* css styles */

/* a in a h3 should have no underline and normal color*/
a {
    text-decoration: none;
    color: black;
}

/* Compact overview table */
.column-body table {
    font-size: 0.9rem;
}
.column-body table td,
.column-body table th {
    padding: 0.3rem 0.6rem;
    vertical-align: middle;
}
.column-body table img {
    vertical-align: middle;
    margin: 0 2px;
}