#jobliste {
	width: 47%; 
	height: 257px; 
	float: left; 
	margin-left: 15px; 
	margin-bottom: 25px; 
	border: 4px solid #bababa;
}


.jlsmall {
	max-height: 110px;
	font-size: 11px;
	text-align: justify;
	padding-right: 7px;
	overflow: auto;
	margin-left: 10px;
	scrollbar-color: var(--highlightcolor) #bababa;
  	scrollbar-width: thin;
	box-sizing: border-box;
}


.jlflex {
	height: 110px;
	padding: 0 10px;
	display: flex; 
	justify-content: space-evenly; 
	align-items: center;
}


.jlbig {
	font-size: 11px;
	text-align: justify;
	height: 110px; 
	padding-right: 7px;
	border: 10px solid rgba(0,0,0,0);
	overflow: auto;
	scrollbar-color: var(--highlightcolor) #bababa;
  	scrollbar-width: thin;
	box-sizing: border-box;
}


.jltitle {
	font-size: 15px !important; 
	line-height: 15px; 
	padding: 10px;
	padding-top: 11px;
}


.jlpic {
	object-fit: cover;
    object-position: 50% 0;
    height: 55px;
    width: 55px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    border: 3px solid #bababa;
}


.jlsmall::-webkit-scrollbar {
	width:4px;
} 
.jlsmall::-webkit-scrollbar-track-piece {
	background-color:#bababa;
} 
.jlsmall::-webkit-scrollbar-thumb:vertical {
	height:10px; 
	background-color: var(--highlightcolor);
}


.jlbig::-webkit-scrollbar {
	width:4px;
} 
.jlbig::-webkit-scrollbar-track-piece {
	background-color:#bababa;
} 
.jlbig::-webkit-scrollbar-thumb:vertical {
	height:10px; 
	background-color: var(--highlightcolor);
}

		