.tab {
	float: left;
	border: 1px solid #cccccc;
	background-color: #6688bb;
	width: 30%;
	height: 550px;
	margin-bottom: 40px;
	font-size: 1em;
}
.tab button {
	display: block;
	background-color: inherit;
	color: #ffffff;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	font-size: 1em;
}
.tab button:hover, .tab button.active {
	background-color: #ffffcc;
	color: #6688bb;
}
.tabcontent {
	float: left;
	padding: 0px 12px;
	border: 1px solid #ccc;
	width: 65%;
	border-left: none;
	height: 550px;
	display: none;
	font-size: 1em;
	position: relative;
}
.tabcontent img {
	height: 250px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#initialTab {
	display: block;
	border-color: #ffffff;
}
#initialTab p {
	padding: 22px 16px;
	margin: 0px;
}