.container {max-width:980px;}

@media (max-width : 800px) {
.container {max-width:100%;}
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.caption-text,
.caption-link {
    display: none;
}

/* image column within the 66:33 layout */
.ce-row {
    margin-bottom: 0;
    display: flex;
}
.col-md-4 .ce-row {
    display: block;
}
.ce-column {
    margin-right: 10px;
    margin-bottom: 10px;
}
.ce-column:last-child {
    margin-right: 0;
}

/* custom ce-table */
.ce-table {
    background: white;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-collapse: inherit;
    padding: 5px 10px;
}
.ce-table tbody *:first-child {
    font-weight: bold;
    font-style: italic;
}
.ce-table tbody tr:first-child,
.ce-table tbody tr:first-child td {
    font-size: 1.1em;
    font-style: normal;
    text-decoration: underline;
    border-top: none;
}
.ce-table td:empty {
    border-top: none;
}