.scrtabs-tab-scroll-arrow {
	background-color: #003366;
	position: relative;
}

.scrtabs-tab-scroll-arrow-right > span {
	border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
	border-right: 0  !important;
    border-left: 11px solid #70b332 !important;
	display: block;
	width: 10px;
	height: 8px;
	transform: rotate(0deg);
	position: absolute;
	top: 40%;
}

.scrtabs-tab-scroll-arrow-left > span {
	border-top: 10px solid transparent!important;
    border-bottom: 10px solid transparent!important;
	border-right: 0  !important;
    border-left: 11px solid #70b332!important;
	display: block;
	width: 10px;
	height: 8px;
	transform: rotate(180deg);
	position: absolute;
	top: 40%;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable > span {
    border-left: 11px solid #e5e5e5 !important;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable {
	background-color: #f4f4f4 !important;
}
.scrtabs-tab-scroll-arrow:hover {
	background-color: #003366 !important;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
	background-color: #f4f4f4 !important;
}
.timetable-mobile {
  background-color: rgb(236,245,213);
  height: 100%;
  border-width: 0;
  
}
.timetable-mobile .nav-item {
	height: 100%;
	position: relative;
	text-align: center!important;
	font-family: "Oswald", sans-serif;
	color: #353535 !important;
}



.timetable-mobile .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #70b332;
    border-color: transparent;
	height: 100%;
	text-decoration: none !important;
}

.timetable-mobile .nav-item.show .nav-link, .nav-tabs .nav-link.active:after {
    content:'';
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
	border-bottom: solid 0.6rem rgb(255, 255, 255);
    border-left: solid 0.5rem transparent;
    border-right: solid 0.5rem transparent;
	z-index: 100

}

.timetable-mobile .nav-link {
	border-radius:0;
	height: 100%;
	color: #353535 !important;
}
.timetable-mobile .nav-link:hover {
	border-width: 0;
    border-color: transparent !important;
}

.mobile-register {
	
	width: 100%;
}

.mobile-register > .button {
  background-color: #70b332;
  border: none;
  color: #353535;
  padding: 6px 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}


.mobile-register > .button:hover {
	text-decoration: none; 
	color: #000;

}

.mobile-register > .button:active {
	text-decoration: none; 
	color: #000;
}

.mobile-register > .button:link {
	text-decoration: none; 
	color: #000;
}