@charset "utf-8"; 
*{margin:0; padding:0; box-sizing:border-box; font-size:16px;}


/*simpleTabs_button*/
.simpleTabs_button{list-style:none;font-size:20px;margin: 0 auto;text-align: center;font-family: 'Open Sans', sans-serif; sans-serif;margin-bottom: 28px;}



.simple{
color:#ff8701 !important;
font-size:16px !important;
font-weight:bold !important;


}

.simpleTabs_button li p{
	font-size:20px !important;
	
}
.simpleTabs_button li{
display:inline-block;
font-size:20px;
padding:10px 20px;
margin:0 5px 5px 0;
background: #323c4f;
text-align:center;
cursor:pointer;
-ms-user-select:none;
-webkit-user-select:none;
user-select:none;
color: #fff;
text-transform: uppercase;
border-radius: 25px;
width: 167px;
border-bottom:solid 1px #ddd !important;
}
.simpleTabs_button li.active{background: #07a942;}

/*simpleTabs_contents*/
[data-st-title]{min-height:100px; padding:10px; display:none; opacity:0; transition:opacity 0.4s;}
[data-st-title].active{ opacity:1; }