/* Style the tab */
div.tab {
    overflow: hidden;
    background-color: #000;
	border-bottom: 2px solid #1E427E;
}
/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 29.5px;
    transition: 0.3s;
    font-size: 15px;	
	color: #fff;
	/*border-right: 1px solid #fff;*/
}
div.tab .bord {
	border-right: 1px solid #fff;
}
/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #1E427E;
	color: #fff;
}
/* Create an active/current tablink class */
div.tab button.active {
    background-color: #1E427E;
	color: #fff;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 10px 0px;
    border: 1px solid #1E427E;
    border-top: none;
}
/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 20px;
}
.topright:hover {color: red;}
/*.tab h2 {
	font-size: 20px;
	color: #222;
	text-align: left;
	margin-left: 15px;
	line-height: 30px;
	font-weight: normal;
}
.tab h3 {
	font-size: 18px;
	color: #222;
	margin: 6px 0;
	text-align: center;
}
.tab li {
	list-style: none;
	margin: 5px 0 5px 12px;
	padding: 5px 0 8px;
	border-bottom: 1px solid #ddd;
}*/
.wld {
	float: left;
	width: 20px;
	margin-right: 10px;
}
@media screen and (max-width: 750px) {
.main-tabbing h2 {
	font-size: 21px;
	font-weight: normal;
}
.main-tabbing h3 {
	font-size: 16px;
	font-weight: normal;
}
.main-tabbing h4 {
	font-size: 20px;
	font-weight: normal;
}
.main-tabbing h5 {
	font-size: 15px;
	color: #4E4EDE;
	font-weight: normal;
}
