
#tsum-tabs h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

#tsum-tabs p {
  margin: 0 0 20px;
  line-height: 1.5;
}

#tsum-tabs main {
  min-width: 320px;
  max-width: 1000px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

#tsum-tabs section {
  display: none;
  padding: 20px 20px 0;
  border: 1px solid #ddd;
}

#tsum-tabs input {
  display: none;
}

#tsum-tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

#tsum-tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}



#tsum-tabs label:hover {
  color: #888;
  cursor: pointer;
}

#tsum-tabs input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #b90101;
  border-bottom: 1px solid #fff;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4,
#tsum-tabs #tab5:checked ~ #content5,
#tsum-tabs #tab6:checked ~ #content6,
#tsum-tabs #tab7:checked ~ #content7,
#tsum-tabs #tab8:checked ~ #content8,
#tsum-tabs #tab9:checked ~ #content9,
#tsum-tabs #tab10:checked ~ #content10,
#tsum-tabs #tab11:checked ~ #content11,
#tsum-tabs #tab12:checked ~ #content12,
#tsum-tabs #tab13:checked ~ #content13,
#tsum-tabs #tab14:checked ~ #content14,
#tsum-tabs #tab15:checked ~ #content15,
#tsum-tabs #tab16:checked ~ #content16,
#tsum-tabs #tab17:checked ~ #content17,
#tsum-tabs #tab18:checked ~ #content18,
#tsum-tabs #tab19:checked ~ #content19,
#tsum-tabs #tab20:checked ~ #content20,
#tsum-tabs #tab21:checked ~ #content21,
#tsum-tabs #tab22:checked ~ #content22,
#tsum-tabs #tab23:checked ~ #content23,
#tsum-tabs #tab24:checked ~ #content24,
#tsum-tabs #tab25:checked ~ #content25,
#tsum-tabs #tab26:checked ~ #content26,
#tsum-tabs #tab27:checked ~ #content27,
#tsum-tabs #tab28:checked ~ #content28 {
    display: block;
}

@media screen and (max-width: 650px) {
  #tsum-tabs label {
    font-size: 0;
  }
  #tsum-tabs label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  #tsum-tabs label {
    padding: 15px;
  }
}