.relas_td img{
	width: 100px;
    height: auto;
}

.relas_innerbox{
	max-height: 315px;
	overflow: auto;
	border: 10px solid rgba(0,0,0,0);
	scrollbar-color: var(--highlightcolor) #c6c6c6;
  	scrollbar-width: thin;
}

.relas_kachel {
	width: 48%; 
	height: 145px;
	float: left; 
	margin: 5px; 
	background-color: #c6c6c6;
    border: 1px solid #cccccc;
}

.relas_profilname {
	width: 330px; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: Abel;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}


.relas_profilname a {
	font-size: 13px!important;
}


.relas_profiltext {
	height: 55px; 
	font-family: verdana; 
	font-size: 10px; 
	text-align: justify; 
	overflow: auto;
	scrollbar-color: var(--highlightcolor) #d3d3d3;
  	scrollbar-width: thin;
	padding-right: 10px;
	border-right: 10px solid rgba(0,0,0,0); 
	border-top: 10px solid rgba(0,0,0,0); 
	border-bottom: 8px solid rgba(0,0,0,0);
}

.relas_profiltext::-webkit-scrollbar {width:4px;} 
.relas_profiltext::-webkit-scrollbar-track-piece {background-color: #d3d3d3!important;} 
.relas_profiltext::-webkit-scrollbar-thumb:vertical {height:10px; background-color: var(--highlightcolor);}
		