@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css');

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font: 14px/1 'Open Sans', sans-serif;
  color: #555;
  background: #333333;
}


table { 
  width: 750px; 
  border-collapse: collapse; 
  margin:50px auto;
  width: 100%;
  }

th { 
  background: #3498db; 
  color: white; 
  font-weight: bold; 
  }

td, th { 
  padding: 10px; 
  border: 1px solid #ccc; 
  text-align: left; 
  font-size: 18px;
  }

.labels tr td {
  background-color: #65646400;
  border: none;
  font-weight: bold;
  color: black;
}

.label tr td label {
  display: block;
}


[data-toggle="toggle"] {
  display: none;
}

ul.ui-autocomplete {
    border-radius: 8px;
    overflow: scroll;
    max-height: 300px !important;
    max-width: 300px;
}




#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: 100%;
  padding: 50px;
  margin: 0 auto;
  background: #414040;
}

#tsum-tabs section {
  display: none;
  padding: 20px 0 0;
  border-top: 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: #fff;
  font-weight: normal;
  font-size: 18px;
  border: 1px solid transparent;
}

#tsum-tabs label:before {
  border:none !important;/*

  /*font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;*/
}
/*
#tsum-tabs label[for*='1']:before { content: '\f1cb'; }
#tsum-tabs label[for*='2']:before { content: '\f17d'; }
#tsum-tabs label[for*='3']:before { content: '\f16b'; }
#tsum-tabs label[for*='4']:before { content: '\f1a9'; }*/

#tsum-tabs label:hover {
  color: #888;
  cursor: pointer;
}

#tsum-tabs input:checked + label {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ddd !important;/*
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;*/
}

/*h2.hdr-txt{
    color: #ffeadb;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    background-color: #575656;
    padding: 7px 10px 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 25px 0;
}*/
#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab100:checked ~ #content100,
#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#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,
#tsum-tabs #tab29:checked ~ #content29,
#tsum-tabs #tab30:checked ~ #content30,
#tsum-tabs #tab31:checked ~ #content31,
#tsum-tabs #tab32:checked ~ #content32,
#tsum-tabs #tab33:checked ~ #content33,
#tsum-tabs #tab34:checked ~ #content34,
#tsum-tabs #tab35:checked ~ #content35,
#tsum-tabs #tab36:checked ~ #content36,
#tsum-tabs #tab37:checked ~ #content37,
#tsum-tabs #tab38:checked ~ #content38,
#tsum-tabs #tab39:checked ~ #content39,
#tsum-tabs #tab40:checked ~ #content40{
  display: block;
}
.wLabel{
  width: 40%;
}
@media screen and (max-width: 650px) {
  .wLabel{
  width: 100%;
}
  #tsum-tabs label {
  }
  #tsum-tabs label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .wLabel{
  width: 100%;
}
  #tsum-tabs label {
    padding: 15px;
  }
}