/* Style the tab */
.tab {
	width: 100%;
	overflow: hidden;
	border: 0px solid #ccc;
	float: left;
}

/* Style the buttons inside the tab */
.tab button.tab_btn1,
.tab button.tab_btn2,
.tab button.tab_btn3 {
	width: 420px;
	border: 0px solid #ccc;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	margin: 0 0x 0 0;
	font-size: 21px;
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: -0.3;
	background: #2D3A4A;
	float: left;
	transition: 0.2s;
}

/* Change background color of buttons on hover */
.tab button:hover {
	/*background-color: #ddd;*/
	opacity: 0.93;
}

/* Create an active/current tablink class */
.tab button.tab_btn1.active {background-color: #E03C6A;}
.tab button.tab_btn2.active {background-color: #7248B4;}
.tab button.tab_btn3.active {background-color: #03857E;}

.tab_space {
	padding: 10px;
	float: left;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 0;
	border: 0px solid #ccc;
	border-top: none;
	clear: both;
}
