  @media only screen and (min-width:100px) and (max-width:767px){
.eventstabs-onlysmalldivice {
    position:relative;
    }
.eventstabs-onlysmalldivice::after {
	content: '';
	position: absolute;
	height: 1px;
	background-color:#ddd;
	left: 0;
	right: 0;
	bottom: 0;
	top: 49px;
}
.eventstabs-onlysmalldivice .tabson-smalldivce{
	padding: 0;
	margin: 0;
	overflow: hidden !important;
	display: flex !important;
	white-space: unset !important;
	padding-bottom: 0px !important;
	position: absolute !important;
	left: 0;
	top: 0;
	width: 94%;
	margin: 0 3%;
}
.eventstabs-onlysmalldivice .tabson-smalldivce li {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;position: relative;
}
.eventstabs-onlysmalldivice .tabson-smalldivce li a {
	padding: 0px 2px !important;
	margin: 0;
	font-size: 13px !important;
	float: left;
	width: 100%;
	line-height: 15px !important;
	border: 1px solid #ddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-right: 0;
	height: 50px;
	padding-bottom: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 0px;
	background: #eeeeee82;
}
.eventstabs-onlysmalldivice .tabson-smalldivce li a.active {
	position: absolute;
	top: -25px;
	z-index: 123;
	background: #fff;
}
.eventstabs-onlysmalldivice .tabson-smalldivce li:last-child a{border-right: 1px solid #ddd;}
.eventstabs-onlysmalldivice .tabson-smalldivce li a::before{display:none;}
.eventstabs-onlysmalldivice #myTabContent .search-event{
    float:left; width:100%;margin-top: 10px;
  }
}
/*.eventstabs-onlysmalldivice #myTabContent .search-event .career--left{float:left; width:100%;}
.eventstabs-onlysmalldivice #myTabContent .search-event .career--left .position--heading__location {
	margin: 0;
	width: 46%;
}
.eventstabs-onlysmalldivice #myTabContent .search-event .career--left .position--heading__location + .position--heading__location {
	margin-left: 1%;
	width: 53%;
}
.eventstabs-onlysmalldivice #myTabContent #virtual .search-event .career--left .position--heading__location {
	width: 55% !important;
}
}*/