@media (min-width: 768px){
	#tab-header .tabs-header-v2-buttons-mt {
	  max-width: 476px;
	  margin: 0 auto;
	  height: 40px;
	  padding: 3px;
	  border: 2px solid #44d62c;
	  border-radius: 8px;
	}
	#tab-header .tabs-header-v2-buttons-mt button {
	  height: 30px;
	  float: left;
	  border-radius: 5px;
	  width: 50%;
	  padding: 0;
	  min-width: unset;
	  margin: 0;
	  color: #fff;
	  border-color: transparent;
	}
	#tab-header .tabs-header-v2-buttons-mt button.active {
	  color: #000;
	}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}