ul.tabs {
    margin: 10px 0px 0 0px;
    padding-left: 7%;
    list-style: none;
    height: 26px;
    border-bottom: 0px solid #eeeeee;
    width: 93%;
    clear: both;
}
ul.tabs li {
    float: left;
    margin: 0px 0 0 0;
    cursor: pointer;
    padding: 0px 20px;
    height: 25px;
    line-height: 25px;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: #cacaca;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-border-radius: 3px; 
    border-radius: 3px;
}

.tablast {
    border-right: 1px solid #eeeeee;
    -moz-border-radius: 3px; 
    border-radius: 3px;
}

ul.tabs li:hover {
    background-color: #ccc;
    color: #000;
}
ul.tabs li.active {
    background-color: #009443;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.tabcontainer {
    border: 0px solid #333;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #eeeeee;
    overflow: auto;
    min-width: 300px;
}
.tabcontent {
    width: 96%;
    padding: 13px 2%;
    display: none;
}
.tabheader {
    display: none;
}
.tabcontent h2 {
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 15px;
    text-align: left;
}
.tabcontent h3 {
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
    text-align: left;
}
.tabcontent h3 span {
	font-family: Verdana, Geneva, sans-serif; 
	font-weight: normal;
}
.tabcontent br {
    line-height: 4px;
}
.tabcontent div {
	padding-bottom: 7px;
    text-align: justify;
    line-height: 19px;
}
.tabcontent .bn {
	margin: 0 auto;
}
.tabcontent h2:first-of-type, .tabcontent h3:first-of-type {
	margin-top: 5px;
	padding-top: 0px;
}
.tabcontent li {
	line-height: 20px;
	text-align: left;
}
@media screen and (max-width: 800px) {
	ul.tabs {
		padding-left: 3%;
		width: 95%;
	}
	ul.tabs li {
	    padding: 0px 7px;		
    }
	.tabcontent div {
        text-align: justify;
	}
}

@media screen and (max-width: 600px) {
    .tabs {
        display: none;
    }
    .tabcontent {
        width: 98%;
        padding: 4px 1%;
    }
    ul.tabs li {
        padding: 0px 3px;
    }

    .tabcontent div {
        text-align: left;
    }
    .tabheader {
        background-color: #cacaca;
        color: #000;
        margin: 0;
        padding: 7px 10px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 14px;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        border-bottom: 1px solid #fff;
    }
    .tabactive {
        background-color: #009443;
        color: #fff;
    }
}
@media only screen and (max-width: 500px) {
    .tabcontent {
        width: 98%;
        padding: 5px 1%;
		margin: 0;
    }
}

@media only screen and (max-width: 370px) {
    .tabcontent .textpage div div, .tabcontent .textpage div span {
        font-size: 11px;
    }

    .tabcontent .textpage div div, .tabcontent .textpage div span {
        font-size: 10px;
    }

    .tabcontent .textpage a {
        font-size: 10px;
        padding: 3px 5px;
        margin-top: 2px;
        line-height: 10px;
    }
}

