.lijst {
	margin: 0px 10px 0px 10px;
}
.lijst .plaat:not(.groep) {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #FF4000;
	width: 100%;
	box-sizing:border-box;
}
.lijst .uur, .lijst .land, .lijst .artiesttitel, .lijst .youtube, .lijst .jaar, .lijst .foto{
	display: table-cell;
	padding: 10px 5px 10px 5px;
	vertical-align: middle;
	box-sizing:border-box;

}
.lijst .youtube, .lijst .land, .lijst .jaar, .lijst .uur {
	width: 9%;
}
.lijst .foto {
	width: 20%;
}

.artiesttitel {
	width: 100%;
}
.komteraan .uur {
	font-style:italic;
}
.lijst .jaar {
	font-size: 14px;
	text-align:right;
}
.lijst .youtube, .lijst .land {
	text-align:center;
}
.lijst .plaat:last-child {
	border-style: none;
	padding-bottom: 10px;
}
.komteraan a {
	opacity: 0.6;
}
.komteraan a:hover {
	opacity: 1;
}
.onair div {
	border-style: solid;
	border-width: 2px 0px 2px 0px;
	border-color: #FF4000;
	background-color: #FFEEE8;
}
.groep {
	border-top: solid 2px #FF4000;
	border-bottom: solid 1px #FF4000;
	width: 100%;
	box-sizing:border-box;
}

@media only screen and (max-width: 650px) {
.span_1_of_3_pd .lijst .plaat:last-child, .span_2_of_3_pd .lijst .plaat:last-child {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #FF4000;
	padding-bottom: 0px;
}
.discografie .col {
	padding: 0px;
}
}
.lijst23 {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 5px;
}
#speellijst23.lijst23 {
	align-items: center;
}
#art-laatstgedr23.lijst23 {
	align-items: center;
}
#disco23.lijst23 {
	column-gap: 2.3333%;
}
.lijst23 .plaatrij {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
#speellijst23.lijst23 .plaatrij {
	flex-basis: 100%;
	padding: 10px 0px;
	border-bottom: 1px solid #ff4400;
}
#art-laatstgedr23.lijst23 .plaatrij, #dagtop3module.box .plaatrij {
	flex-basis: 100%;
	padding: 5px 0px;
	border-bottom: 1px solid #74C402;
}
#disco23.lijst23 .plaatrij {
	flex-basis: 31.5%;
	padding: 5px 0px;
	border-bottom: 1px solid #ff4400;
}
#speellijst23.lijst23 .plaatrij:last-child, #art-laatstgedr23.lijst23 .plaatrij:last-child {
	border-bottom: 0px;
}
.lijst23 .plaatrij div {
	padding: 5px;
}
#speellijst23.lijst23 .plaatrij div, #art-laatstgedr23.lijst23 .plaatrij div {
	font-size: 17px;
}
#disco23.lijst23 .plaatrij div {
	font-size: 16px;
}
.lijst23 .eerste {
	background-color: #ff4400;
	color: #ffffff;
}
#speellijst23.lijst23 .eerste {
	border-radius: 4px;
}
.lijst23 .tijd {
	min-width:35px;
}
.lijst23 .jaartal {
	min-width:25px;
	text-align: right;
}
.lijst23 .stem {
	min-width:60px;
	text-align: right;
}
.lijst23 .songinfo {
	flex-grow: 2;
}
.lijst23 .songinfo img {
	width: 15px;
	border-radius: 3px;
}
.lijst23 .songinfo a {
	color: #000000;
	text-decoration: none;
}
.lijst23 .songinfo a:hover {
	color: #000000;
	text-decoration: underline;
}
.lijst23 .eerste a, .lijst23 .eerste a:hover {
	color: #ffffff;
}
#disco23.lijst23 .hoes img, #speellijst23.lijst23 .hoes img {
	width: 40px;
	height: 40px;
	border-radius: 4px;
}
#art-laatstgedr23.lijst23 .hoes img, #dagtop3module.box .hoes img  {
	width: 72.5px;
	height: 72.5px;
	border-radius: 4px;
}
.lijst23 .toekomst {
	background-color: #f7f7f7;
	color: #999999;
}
.lijst23 .toekomst a {
	color: #999999;
}
.lijst23 .stem a {
	text-decoration: none;
}
#dagtop3module .lijst23 .plaatrij .songinfo {
	font-size: 19px;
}
#dagtop3module .lijst23 .plaatrij .nummer {
	font-size: 24px;
	margin: 0px 15px;
}
@media only screen and (max-width: 700px) {
	#disco23.lijst23 .plaatrij {
		flex-basis: 100%;
	}
	#disco23.lijst23 .plaatrij div {
		font-size: 17px;
	}
	#disco23.lijst23 .hoes img {
		width: 60px;
		height: 60px;
	}
}
@media only screen and (max-width: 650px) {
	div:has(#disco23.lijst23) {
		width: 95%;
		margin: auto;
	}
	#disco23.lijst23 .plaatrij:last-child {
		border-bottom: 0px;
	}
	.adbox {
		margin-top: 15px;
	}
@media only screen and (max-width: 400px) {
	#disco23.lijst23 .plaatrij div {
		font-size: 15px;
	}
	#disco23.lijst23 .hoes img {
		width: 40px;
		height: 40px;
	}
}
