.joblist{
	/* display: flex; */
}

/* Style the tab */
.tab {
  width: 869px;
  height: 177px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  padding: 10px 8px;
  transition: 0.3s;
  font-size: 17px;
  background-color: #872f38;
color: #eeecee;	
  float: left;
  width: 214px;
  height: 42px;
  margin: 1px;
	
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #60111f;
	color: #eeecee;	
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #60111f;
	color: #eeecee;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  box-sizing: border-box;
  width: 869px;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.joblist_infotext{
	margin: 10px;
	text-align: justify;
	font-size: 13px;
}



.joblist_job_flex{
	display: flex;
	flex-flow: row wrap;
}

.joblist_job_flex > div{
	margin: 3px;
}

.joblist_job{
	width: 49%;
}

.joblist_job_top{
	background: #262323;
  border-top: 1px solid #1c1a1a;
  border-bottom: 1px solid #1c1a1a;
  padding: 5px;
	box-sizing: border-box;
	text-align: center;
}

.joblist_job_desc{
	height: 100px;
	overflow: auto;
	padding: 2px 5px;
	box-sizing: border-box;
	text-align: justify;
}

.joblist_job_staff_top{
	text-align: center;	
}

.joblist_job_staff{
	padding: 5px;
	box-sizing: border-box;
	max-height: 100px;
	overflow: auto;
}

	.joblist_staff{
	padding: 2px 5px;		
}

.joblist_staff::before{
		content: "» ";
	padding-right: 2px;
}

.joblist_otherinfos{
	padding: 10px 20px;	
}