.tabcontainer {
	padding-right: 20px;
}
section .tabsection {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #007ac2;
}
.tabs {
	margin-top: 15px;
}

.tabs input {
  display: none;
}

.tabs label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 10px;
	text-align: center;
	border: 1px solid transparent;
	border-bottom: 1px solid #007ac2;
	background-color: #d9d9d9;
	font-size: 14px;
}

.tabs label:hover {
  color: #888;
  cursor: pointer;
}

.tabs input:checked + label {
	color: #007ac2;
	border-top: 2px solid #007ac2;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #007ac2;
	border-left: 1px solid #007ac2;
	background-color: #eaeaea;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
}
#content1 img {
	display: inline;
}
