/* FD Gazellen Lijst � 2019 Het Financieele Dagblad / Sjors Rodenburg */

#gazellen-lijst {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:720px;
	font-family:'ProximaNovaRegular', sans-serif;
}

#gazellen-lijst div.header {
	border:1px solid #cdbeb4;
	padding:0 5px !important;
	background-color:#e5d1c6;
	font-weight:700;
	font-size:16px;
	color:#191919;
}

#gazellen-lijst div.header span, #gazellen-lijst div.lijst span {
	float:right;
	text-overflow:clip;
	color:#191919;
}

#gazellen-lijst div.lijst {
	border-bottom:1px solid #cdbeb4;
	border-left:1px solid #cdbeb4;
	border-right:1px solid #cdbeb4;
	padding:5px;
	height:20px;
	line-height:20px;
	background-color:#f1ded2;
	font-size:16px;
	color:#191919;
}

#gazellen-lijst div.lijst p {
	white-space:nowrap; 
	max-width:60%; 
	overflow:hidden;
	text-overflow:ellipsis;
	float:left;
	margin:0;
	padding:0;
	color:#191919;
}

#gazellen-lijst div.lijst p span {
	float:right;
}

@media only screen and (max-width: 600px) {
	#gazellen-lijst div.lijst p {
		max-width:100%; 
	}
	#gazellen-lijst div.lijst p span {
		display: none;
	}
	#gazellen-lijst div.header span, #gazellen-lijst div.lijst span {
		display: none;
	}
}

#gazellen-lijst img {
	width:20px;
	height:20px;
	margin:0 0 0 5px;
}

#gazellen-lijst h3.categorie {
	color:#49a4a2;
	font-family:'ProximaNovaBold', sans-serif;
	font-size:20px;
	margin-top:20px!important;
}