.tabs_default .tabcontainer {
	border: 1px solid #27b726;
	padding: 15px;
	clear: both;
	margin-bottom: 20px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.tabs_default .tab {
	list-style: none;
	padding: 0;
}

.tabs_default .tab li {
	display: inline;
	z-index: 0;
}

.tabs_default .tab li a {
	color: #ffffff;
	float: left;
	display: block;
	padding: 4px 10px;
	position: relative;
	border-top: 1px solid #27b726;
	border-left: 1px solid #27b726;
	border-right: 1px solid #27b726;
	margin-left: -1px;
	left: 1px;
	background-color: #0094ff;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	outline: none;
}

.tabs_default .tab li a.tabselected {
	background-color: #27b726;
	color: #ffffff;
	border-top-color: #27b726;
	border-left-color: #27b726;
	border-right-color: #27b726;
	z-index: 1;
}

.tabs_default .tab li a:hover {
	color: #ffffff;
	border-top-color: #27b726;
	border-left-color: #27b726;
	border-right-color: #27b726;
	z-index: 2;
}

.tabs_default .tabareaclosed {
	display: none;
}

@media screen and (max-width: 1199px) {
	.tabcontainer {
		border-width: 1px 0 1px 0;
	}
	.tabcontainer {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
   .tabs_default .sqrmobileboxedimportant,
   .tabs_default .sqrallwaysboxed {
      padding-left: 15px !important;
      padding-right: 15px !important;
   }
	.tabs_default .tabcontainer {
		border-left: 0;
		border-right: 0;
	}
}

@media screen and (max-width: 575px) {
  .tabs_default .tab {
    margin-bottom: 0;
  }
  .tabs_default .tab li a {
    float: none;
    border-bottom: 1px solid #27b726;
    margin-bottom: 5px;
  }
}

.tabs_default .sqrpanoramicbackground {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px;
}
