.tabcontainer {
	padding-right: 20px;
}
section .tabsection {
  display: none;
  padding: 20px 0px;
  border-top: 1px solid #0d5e41 ;
}
.tabs {
	margin-top: 30px;
}

.tabs input {
  display: none;
}

.tabs label {
	display: inline-block;
	text-align: center;
	border: 1px solid #595858;
	border-bottom: 1px solid #595858;
	background-color: #9eb092;
	font-size: 16px;
	color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1px;
	margin-left: -1px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.tabs label:hover {
  color: rgb(228,0,0);
  cursor: pointer;
}

.tabs input:checked + label {
	color: rgb(228,0,0);
	border-top: 1px solid #595858 ;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #595858 ;
	border-left: 1px solid #595858 ;
	background-color: #9eb092;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3, 
#tab4:checked ~ #content4, 
#tab5:checked ~ #content5, 
#tab6:checked ~ #content6 {
  display: block;
  border: 1px solid #595858;
  padding: 50px 20px;
  margin-left: -1px;
}
#tab1:checked ~ #content1 {
	padding: 20px 0px;
}
#content1 img {
	display: inline;
	padding: 20px;
}
