table
{
	border-collapse: collapse;
	border-spacing:0;
	width:100%;
}

table#titles
{
	overflow:hidden;
}

.tabel .zoekresultaat div,
th, td
{
	display:block;
	vertical-align:top;
}
tr
{
	border: 1px solid var(--border);
}
.nav-dropdown tr,
#tekst_en_noten tr
{
	border: 0;
}

thead
{
	background-color: var(--main-background-color-3);
	text-align:left;
}

th
{
	white-space:nowrap;
	min-width:120px;
}

thead.label th img
{
	padding-left:20px;
	float:right;
}

table thead th,
table thead th span
{
	color: var(--main-controls-color-5);
}
table thead th a
{
	color: var(--main-controls-color-4);
	text-decoration:none;
}
table thead th a.selected,
table thead th span.selected,
table thead th a:hover
{
	color: var(--main-controls-color-3);
	text-decoration: none;
}
table thead th a:focus
{
	text-decoration: none;
	color: var(--main-controls-color-3);
	outline-offset: 3px;
	outline-style: dotted;
	outline-width: 2px;
	outline-color: var(--main-controls-color-3);
}

table tbody td a
{
	text-decoration: none;
	color: var(--main-controls-color);
}
table tbody td a:hover
{
	text-decoration: underline;
}
table tbody td a:focus
{
	text-decoration: underline;
	outline-style: dotted;
	outline-width: 2px;
}

.tabel .zoekresultaat div,
td, th
{
	padding:5px 5px;
}

#titles tbody tr td:first-child > div
{
	display: flex;
}
#titles tbody tr td:first-child > div div:first-child
{
	flex-grow: 1;
}
#titles tbody tr td:first-child > div div.titel_types
{
	display: flex;
	height: fit-content;
}

main tbody tr,
.xmloutput .result tbody tr:nth-child(2n+1)
{
	background: #fff;
}

.auteurskaartje
{
	float:left;
	height:11em;
	border: 1px var(--main-controls-color-7) solid;
	background: var(--menu-txt-hover);
	padding:20px;
	width:100%;
	margin:5px 0;
	overflow: hidden;
}

.portret
{
	width:100px;
	max-width: 100px;
	height: auto;
	position: relative;
	overflow: hidden;
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
	height:100%;
}

.zoekresultaat .col-2
{
        width:120px;
}
.zoekresultaat .col-2 a
{
        display:block;
}
.zoekresultaat .col-10
{
        width:calc(100% - 120px);
}
.zoekresultaat [class*="col-"]
{
	padding:20px 20px 0 0;
}

@media screen and (min-width: 1500px)
{
        .zoekresultaat .col-2
        {
                width:130px;
        }
        .zoekresultaat .col-10
        {
                width:84%;
        }
}

.geen_portret
{
	width:100px;
        position:relative;
        text-align:center;
}

.geen_portret .img-wrapper
{
        background-color: var(--border);
        padding: 25% 15%;
}
.geen_portret img
{
        width:64px;
        top:50%;
}

td#right dd
{
        font-size:0.7em;
        line-height:1.5em;
}

td span.trunk
{
	display:block;
        /*
#       white-space: nowrap;
#	overflow: hidden;
#	text-overflow: ellipsis;
#	width:200px;
        */
}
@media screen and (max-width:320px)
{
}

@media screen and (min-width:320px)
{
}

@media screen and (min-width:480px)
{
}

@media screen and (min-width:768px)
{
	table#titles
	{
		overflow:visible;
	}
	td span.trunk
	{
		white-space:normal;
		display:initial;
	}
	th, td
	{
		display: table-cell;
	}
	th
	{
		border: 1px solid var(--menu-bg);
	}
	tr
	{
		border:0;
	}
	td, .result td, td#right dd
	{
		font-size:14px;
	}
	td, .result td
	{
		border: 1px solid var(--main-color-3);
	}

	td span.mob
	{
		display:none;
	}
	td.not-mob
	{
		display:table-cell;
	}
}

@media screen and (min-width: 980px) {
	.tabel .zoekresultaat div,
	td, th, .result td
	{
		padding: 15px;
	}
	.auteurskaartje
	{
		width: 100%;
	}
}
@media screen and (min-width: 1090px)
{
  .auteurskaartje
  {
    width: calc((100%/2) - 10px);
  }
}

td.basisbibtd2 {
    width: 725px;
    text-align: left;
    vertical-align: top;
}

td.basisbibtd1 {
    width: 220px;
    text-align: left;
    vertical-align: top;
}

table#overzicht {
    border: 0px;
    border-spacing: 0px;
    width: 100%;
}
