@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');		.titContent {	  display: none;	}		sectiontab {	  display: none;	  padding: 20px 0 0;	  border-top: 1px solid #ddd;	}		.menutabs {	  display: none;	}		label {	  display: inline-block;	  margin: 0 0 -1px;	  padding: 15px 25px;	  font-weight: 600;	  text-align: center;	  color: #bbb;	  border: 1px solid transparent;	}		label:before {	  font-family: fontawesome;	  font-weight: normal;	  margin-right: 10px;	}		label[for*='01']:before { content: '\f212'; }	label[for*='02']:before { content: '\f0c9'; }	label[for*='03']:before { content: '\f0ca'; }	label[for*='04']:before { content: '\f1ec'; }	label[for*='05']:before { content: '\f02f'; }	label[for*='06']:before { content: '\f0e3'; }		label:hover {	  color: #888;	  cursor: pointer;	}		input:checked + label {	  color: #555;	  border: 1px solid #ddd;	  border-top: 2px solid #219BCD;	  border-bottom: 1px solid #fff;	}		#tab01:checked ~ #content01,	#tab02:checked ~ #content02,	#tab03:checked ~ #content03,	#tab04:checked ~ #content04,	#tab05:checked ~ #content05,	#tab06:checked ~ #content06 {	  display: block;	}		@media screen and (max-width: 650px) {	  .titContent {	    display: block;	  }	  label {	    font-size: 0;	  }	  label:before {	    margin: 0;	    font-size: 18px;	  }	}		@media screen and (max-width: 400px) {	  label {	    padding: 15px;	  }	}			