span.normal_title {
    display:block;
    font-weight: 700;
}
.thumbnailsgallerij {
    display: flex;
    flex-wrap: wrap;
}
.thumbnailsgallerij .thumbnails-div {
    flex:1 0 24%;
	vertical-align:top;
    overflow:unset;
    padding:10px;
    border-bottom: 3px dashed #0051ba;
}
.entry-header {
    margin:0px;
}
.hidden {
    display: none;
}
a.albumlink {
    text-decoration: unset;
    color:unset;
}
a.albumlink:hover {
    font-weight: unset;
}
a.albumlink a {
    text-decoration: underline;
}
.thumb_title {
    font-weight:700;
    margin-bottom:10px;
}
.thumb_title_title {
	display:block;
	font-weight:800;
}
.pic img:hover {
cursor:pointer;
}
table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
font-size: 1.5em;
margin: .5em 0 .75em;
}

table tr {
padding: .35em;
}

table th,
table td {
padding: .625em;
}

table th {
font-size: .85em;
letter-spacing: .1em;
text-transform: uppercase;
}
table.thumbs img.thumbnail,table.maintable img.thumbnail {
    width:400px;
    max-width:100%;
    height:auto;
}
table.album > tbody > tr > td.thumbnails {
    width:50%;
}
table.maintable div.row {
    width:100%;
}
.thumbnails img.spacer {
    height: 1px;
}
div.thumbnails-div img {
    width: 350px;
    height: auto;
    max-width: -webkit-fill-available;
}
/*table.maintable > tbody > tr:nth-child(3) > td > table:not(.album), table.maintable > tbody > tr:nth-child(3) > td > table:not(.album) a {
    background-color:var(--global-palette1);
    color:#fff;
}*/
table.maintable table td.tableh1 {
    width:220px;
}
/*table.maintable:not(.thumbs) {
    outline:3px solid rgb(0, 81, 186);
}
table.maintable tr.tableb:nth-child(even) > td:nth-child(odd) h2,table.maintable tr.tableb:nth-child(odd) > td:nth-child(even) h2,
table.maintable tr.tableb:nth-child(even) > td:nth-child(odd) a,table.maintable tr.tableb:nth-child(odd) > td:nth-child(even) a {
color:yellow
} 
table.maintable tr.tableb:nth-child(even) > td:nth-child(odd),table.maintable tr.tableb:nth-child(odd) > td:nth-child(even){
    background-color:rgb(0, 81, 186);
    color:yellow;
}*/
table.maintable tr.tableb > td {
    border:3px solid #0051ba;
}
a.nolink, a.nolink:hover {
    color:unset;
    text-decoration: unset;
    font-weight:unset;
}
.tomrow > table td {
    display:block;
}/*
table.album {
    border:1px solid #000;
    box-shadow: 3px 3px 10px #888;
}*/
@media screen and (max-width: 800px) {
    .thumbnails-div {
        display:block;
        width:100%;
    }
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        margin-bottom: .625em;
        padding:0px;
    }

    table td {
        display: block;
    }

    table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }
    table.album > tbody > tr > td.thumbnails {
        width:100%;
    }
    a.albums img.thumbnail {
        width:100%;
        max-width:100%;
        height:auto;
    }
    .single-content form {
        margin:0px;
    }
}