section .tabsection {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #423f3f;
}
.tabs {
	margin-top: 15px;
}

.tabs input {
  display: none;
}

.tabs label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #423f3f;
	background-color: #EEEEEE;
	font-size: 14px;
}

.tabs label:hover {
  color: #888;
  cursor: pointer;
}

.tabs input:checked + label {
	color: #423f3f;
	border-top: 1px solid #423f3f;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #423f3f;
	border-left: 1px solid #423f3f;
	background-color: #FFFFFF;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab4:checked ~ #content5,
#tab4:checked ~ #content6,
#tab4:checked ~ #content7,
#tab4:checked ~ #content8 {
  display: block;
}
#content1 img {
	display: inline;
}
