.joblist{
	display: flex;
    font-family: 'Arial', sans-serif;
}

/* Style the tab */
.tab {
  overflow: hidden;
	display: flex;
	 flex-flow: column wrap;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 11px;
letter-spacing: 1pt;

}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ede4dc;
 color: #c48e7e;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color:#ede4dc;
}

/* Style the tab content */
.jtabcontent {
  display: none;
  padding: 6px 12px;
 box-sizing: border-box;
 width: 100%;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
overflow: hidden;
height: auto;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.joblist_infotext{
background: #e2d2c4;
width: 500px;
color: #756a61;
letter-spacing: 0.2pt;
padding: 10px;
text-align: justify;
margin: 25px auto;
font-family: arial;
font-size: 11px;
line-height: 18px;
}



.joblist_job_flex{
	display: flex;
	flex-flow: row wrap;
}

.joblist_job_flex > div{
	margin: 5px;	
}

.joblist_job{
	width: 48%;
}

.joblist_job_top{
	background: #ede4dc;
    color: #60574c;
    padding: 5px;
	box-sizing: border-box;
	text-align: center;
    font-family: 'Open Sans Condensed';
    letter-spacing: 0.3pt;
    font-size: 18px;
}
.joblist_job_top_place { font-size: 11px; text-transform: uppercase; letter-spacing: 0.5pt;}

.joblist_job_desc{
	height: 200px;
	overflow: auto;
	padding: 10px;
	box-sizing: border-box;
	text-align: justify;
    background: #e6dbd0;
    color: #77706a;
    letter-spacing: 0.5pt;
    font-size: 12px;
    line-height: 18px;

}

.joblist_job_staff_top{
	text-align: center;	
    background: #b1a598;
    color: #e6dbd0;
    font-family: 'Open Sans Condensed';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1pt;
}

.joblist_job_staff{
	padding: 10px;
	box-sizing: border-box;
	max-height: 100px;
	overflow: auto;
    font-size: 12px;
    background: #e6dbd0;
    color: #77706a;
    text-align: left;
}

.joblist_staff{
    padding: 2px 5px;
    letter-spacing: 0.7pt;
    font-size: 11px;
}

.joblist_staff::before{
		content: "» ";
	padding-right: 2px;
}

.joblist_otherinfos{
	padding: 10px 20px;	
}
        
.joblist_otherinfos_click a {font-size: 11px; text-transform: uppercase; color: #d0cac2;}
.joblist_otherinfos_click a:hover {color: #fae3c7;}

.joblist_options, .joblist_options a {font-size: 11px; text-transform: uppercase; color: #b1a395;}
.joblist_options a:hover {color: #bd836d;}

.joblist_title {background: #b4a496;
font-size: 14px;
color: #dbcabb;
font-weight: bold;
letter-spacing: 1pt;
padding: 10px;
text-align: center;
text-transform: uppercase;
margin: 0px 15px 0px 15px;
font-family: 'Open Sans Condensed';}

.joblist_headline {
font-size: 11px;
color: #7f684d;
font-weight: bold;
letter-spacing: 1pt;
text-align: center;
text-transform: uppercase;
margin: 10px 0 10px 0;}

.joblist_grid {display: grid; justify-content: space-between; grid-template-columns: auto 400px; gap: 0px; padding: 20px; width: 94%;}
.joblist_grid_1 { grid-row: 1; grid-column: 1/2;}
.joblist_grid_2 { grid-row: 1/2; grid-column: 2/3; margin-bottom: 10px;}
.joblist_grid_3 { grid-row: 2; grid-column: 1/2;}
.joblist_grid_4 { grid-row: 3; grid-column: 1/2;}
.joblist_grid_5 { grid-row: 3; grid-column: 2/3; }

.joblist_join_grid {display: grid; justify-content: space-between; grid-template-columns: auto 400px; gap: 0px; padding: 20px; width: 94%;}
.joblist_join_grid_1 {grid-row: 1; grid-column: 1/2;}
.joblist_join_grid_2 {grid-row: 1; grid-column: 2/3;}
.joblist_join_grid_3 {grid-row: 2; grid-column: 1/2;}
.joblist_join_grid_4 {grid-row: 2; grid-column: 2/3;}
