﻿.tabcontent
{
  border: none;
}

#tabs.ui-tabs .ui-tabs-nav
{
  background: none;
  border: none;
}

.homepage-tabs .tablink
{
  outline-style: none;
}

.tabcontent
{
  margin: 0;
  padding: 0 0.2em 0 0.2em;
  border-top: solid thin #aaaaaa;
}



@media only screen and (max-width: 767px) {
	.homepage-tabs .tablink {
	top: -28px;
	display: flex;
	position: absolute;
	height: 40px;
	font-size: 11px;
	width: 100vw;
	left: 0px;
	align-items: stretch; /* Default */
	justify-content: space-between;
	margin: 0px !important;
	padding: 0px !important;
	text-align: center;
	background: rgb(114, 151, 47) !important;
	border-radius: 0px !important;
	border-bottom: 5px solid rgb(94, 129, 31) !important;
	left: -0.5em;
}
.homepage-tabs .tablink {
	display: block;
	flex: 0 1 auto; /* Default */
	flex-basis: 100%;
	list-style-type: none;
	background: rgb(114, 151, 47);
	padding: 0px;
	padding-top: 11px !important;
	margin: 0px !important;
	border-radius: 0px;
	border: none;
}
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: rgb(94, 129, 31);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	font-weight: bold;
}  
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: none !important;
	margin-left: auto;
	margin-right: auto;
}
.ui-tabs {
	padding-left: 0em !important;
}
