/* 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 #d9c7ba;
	padding:0 5px !important;
	background-color:#e6d3c6;
	font-weight:700;
	font-size:16px;
}

#gazellen-lijst div.header span, #gazellen-lijst div.lijst span {
	float:right;
	text-overflow:clip;
}

#gazellen-lijst div.lijst {
	border-bottom:1px solid #d9c7ba;
	border-left:1px solid #d9c7ba;
	border-right:1px solid #d9c7ba;
	padding:5px;
	height:20px;
	line-height:20px;
	background-color:#f5e1d2;
	font-size:16px;
}

#gazellen-lijst div.lijst p {
	white-space:nowrap; 
	max-width:60%; 
	overflow:hidden;
	text-overflow:ellipsis;
	float:left;
	margin:0;
	padding:0;
}

#gazellen-lijst div.lijst p span {
	float:right;
}

#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;
}