.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: #e8e4e3;
	font-size: 20px;
	color: #ce3128;
	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: #888;
  cursor: pointer;
}

.tabs input:checked + label {
	color: #005629;
	border-top: 1px solid #595858 ;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #595858 ;
	border-left: 1px solid #595858 ;
	background-color: #FFF;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3, 
#tab4:checked ~ #content4, 
#tab5:checked ~ #content5 {
  display: block;
  border: 1px solid #595858;
  padding: 40px 20px;
  margin-left: -1px;
}
#tab1:checked ~ #content1 {
	padding: 20px 0px;
}
#content1 img {
	/*display: inline;*/
	padding: 20px;
}
#content1 img {
    max-height: 200px;
    margin: 0 auto;
}



@media screen and (max-width:770px) {
    .tabs label{
        width:100%;
    }   
}