/*!
 * seo-tabs.css - v@version@
 * Lightweight SEO friendly tab control written in pure JavaScript
 * /john-doherty/seo-tabs
 * @author John Doherty <www.johndoherty.info>
 * @license MIT
 */
[data-seo-tabs="true"] {
    margin: 10px 0 !important;
	text-align:center;
	
}

[data-seo-tabs="true"] [data-tabtop="true"] {
    margin: 0 1%;
    display: inline-block;
    padding: 8px 2px;	 
    border-bottom: 0;  
    cursor: pointer;
    text-decoration: none;
	color:#232323;
}


[data1-seo-tabs="true"] [data1-tabtop="true"] {
    margin: 0 3%;
    display: inline-block;
    padding: 8px 2px;	 
    border-bottom: 0;  
    cursor: pointer;
    text-decoration: none;
	color:#232323;
}

[data-seo-tabs="true"] [data-tabtop="true"][data-active="true"] {
    background: #fff;
    font-weight: 400;
	height:30px;
	line-height:30px;
	border-bottom: 2px solid #f70909;
   color: #f70909 !important;
}


[data-seo-tabs="true"] [data-tabbox="true"] {
    display: none;
    white-space: normal;
    overflow: auto;
    clear: both;
    padding: 20px 0;
    margin: 0;
    background: #fff;

}

[data-seo-tabs="true"] [data-tabbox="true"] a{ color:#232323;}

[data-seo-tabs="true"] [data-tabbox="true"][data-active="true"] {
    display: block;
	
}


.zmjl{ padding:0; margin:0;
   }