html, body {
    font: 16px/24px Sans-serif;
}

.nowrap {
    white-space: nowrap;
}

.red {
    color: var(--red);
}

.red-anwil {
    background-color: var(--red);
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb1 {
    margin-bottom: var(--regular) !important;
}

.mb2 {
    margin-bottom: var(--double) !important;
}

.column {
    column-count: 2;
    column-gap: 4rem;
    column-rule: dotted;
    padding: 2rem 0 3rem;
    hyphens: auto;
    text-align: justify;
}

.producer-logotype {

}

.wrap-search {
    margin: 0 auto;
    padding-bottom: 2rem;
}

.search-padding {
    padding-top: 2rem;
}

.search-border {
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 16px 12px;
}

.gsc-search-button-v2 svg {
    width: initial;
}

.gsc-adBlock {
    display: none !important;
    position: absolute;
    left: -9999px;
}

article header table tr {
    background-color: initial !important;
}

@media only screen and (max-width: 479px) {
    .column {
        column-count: 1;
        column-gap: 0;
        column-rule: none;
    }
}

article div.bordered {
    background-color: white;
    border: 1px solid var(--gray-400);
    border-radius: var(--radius-menu);
    margin: var(--regular) 0;
    padding: 3px;
}

article div.distance table,
article div.tech-card table {
    width: 100%;
}

article table thead {
    border-bottom: 1px solid var(--gray-400);
    background-color: var(--gray-200);
}

article table tfoot th,
article table tfoot td,
article table thead th {
    font-weight: bold;
    vertical-align: middle;
}

article table thead th,
article table thead td,
article table tfoot th,
article table tfoot td {
    padding: var(--small);
    text-align: center;
}

article table tbody td {
    padding: var(--regular) var(--small);
    text-align: center;
    vertical-align: middle;
}

article .events table tbody td:nth-of-type(1),
article .events table tbody td:nth-of-type(2) {
    white-space: nowrap;
}

article .events table tbody td:nth-of-type(3) {
    text-align: left;
}

article table tbody tr {
    border-bottom: 1px solid var(--gray-100);
}

article table tbody tr:last-of-type {
    border-bottom: none;
}

article table tbody tr:nth-child(even) {
    background-color: white;
}

article table tbody tr:nth-child(odd) {
    background-color: var(--gray-75);
}

article table tfoot {
    background-color: var(--gray-200);
}

article table tfoot th {
    text-align: left;
}

article div.tech-card table a {
    color: var(--red);
    font-weight: bold;
}

article.terms header,
article.terms section {
    margin: var(--regular-half) 0 var(--double-half);
}

article.terms h1,
article.terms h2 {
    margin-bottom: var(--regular);
    text-align: left;
}
