

h1.trrss {
  font-weight: 300;
  font-size: 5em;
  line-height: 1.35;
  margin: 0 0 0.125em;
}
h1.trrss + p.trrss {
  font-size: 1.5em;
  color: rgb(60, 60, 60);
  max-width: 30em;
  margin: 0 auto 3em;
} 

#rrss {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

th.trrss, td.trrss {
  font-family: inherit;
  /* font-size: 0.875em;
  line-height: 1.45; */
  color: #444;
  vertical-align: middle;
  padding: 1em;
}
th.trrss {
  font-weight: 600;
}

colgroup:nth-child(1) {
  width: 37%;
  border: 0 none;
}
colgroup:nth-child(2) {
  width: 20%;
  border: 1px solid #ccc;
}
colgroup:nth-child(3) {
  width: 24%;
  border: 5px solid #c5c5c5;
}
colgroup:nth-child(4) {
  width: 20%;
  border: 1px solid #ccc;
}

/* Tablehead */

thead th.trrss {
  background: #def4fe;
  background: -moz-linear-gradient(top, #ffffffb6 0%, #f5f5f5b6 100%);
  background: -webkit-linear-gradient(top, #ffffffb6 0%, #f5f5f5b6 100%);
  background: -o-linear-gradient(top, #ffffffb6 0%, #f5f5f5b6 100%);
  background: -ms-linear-gradient(top, #ffffffb6 0%, #f5f5f5b6 100%);
  background: linear-gradient(to bottom, #ffffffb6 0%, #f5f5f5b6 100%);
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 3em 0 2em;
  font-weight: 400;
  color: #999;
}
thead th:nth-child(1) {
  background: transparent;
}
thead th:nth-child(3) {
  padding: 2em 0 5em;
}
thead th h2 {
  font-weight: 400;
  font-size: 2.4em;
  line-height: 1.2;
  color: #187bfa;
  padding-left: 0.5em; 
  padding-right: 0.5em;
}
thead th h2 + p {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  color: #f99647;
}
thead th:nth-child(3) h2 {
  font-size: 3.6em;
}
thead th:nth-child(3) h2 + p {
  font-size: 1.5em;
}

thead th.trrss p.promo {
  /* font-size: 1em; */
  color: #fff;
  position: absolute;
  top: 7.8em;
  left: 0px;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 0.625em 17px 0.75em;
  background:#f99647;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid f99647;
  font-size: 1.2em;
}

/* thead th p.promo:before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 0;
  border-color: rgb(255, 69, 6) transparent transparent transparent;
  bottom: -7px;
  left: 0;
}
thead th p.promo:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 7px 0 0;
  border-color: rgb(255, 69, 6) transparent transparent transparent;
  bottom: -7px;
  right: 0;
} */

/* Tablebody */

tbody.trrss th {
  background: #fff;
  border-left: 1px solid #ccc;
}
tbody.trrss th span {
  font-weight: normal;
  /* font-size: 87.5%; */
  color: #999;
  display: block;
}

tbody.trrss td {
  background: rgba(255, 255, 255, 0.757);
  text-align: center;
}

tbody.trrss tr:nth-child(even) th,
tbody.trrss tr:nth-child(even) td {
  background:  #f5f5f5b3;
  border: 1px solid #ccc;
  border-width: 1px 0 1px 1px;
}
tbody.trrss tr:last-child td {
  border-bottom: 0 none;
}

/* Tablefooter */

tfoot.trrss th {
  padding: 2em 1em;
  /* border-top: 1px solid #ccc; */
}
tfoot.trrss td {
  text-align: center;
  padding: 2em 1em;
  /* border-top: 1px solid #ccc; */
}

tfoot.trrss a, tfoot.trrss a:hover {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 1.125em 2em;
  background: #187bfa;
  border-radius: 0.5em;
}
.rrss {margin-bottom: 5em; 
}

 @media (max-width: 767px) {
  .rrss {visibility: hidden; display: none; margin-top: -10em; 
  }
}
 @media (min-width: 767px) {
  .tmrrss {visibility: hidden; display: none; margin-top: -10em; 
  } 
} 




/* ########## table mobile ########## */
/* ########## table mobile ########## */
/* ########## table mobile ########## */


#tmrrss {
  width: 100%;
  margin: auto;
  text-align: left;
  border: none;
  /* border-spacing: 3px;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; */
  font-size: large; font-weight: 800;

}

th.tmrrss, td.tmrrss {
  font-family: inherit;
  color: rgb(83, 83, 83);
  vertical-align: middle;
  padding: 0.5em;
  border: none;
  margin: 5px;
}
th.tmrrss {
  font-weight: 600;
}

colgroup.tmrrss:nth-child(1) {
  width: 25%;
  border: none;
  margin: 2px;
}
colgroup.tmrrss:nth-child(2) {
  width: 25%;
  border: none;
  margin: 2px;
  /* border: 1px solid #ccc; */
}
colgroup.tmrrss:nth-child(3) {
  width: 25%;
  border: none;
  margin: 2px;
  /* border: 4px solid #c5c5c5; */
}
colgroup.tmrrss:nth-child(4) {
  width: 25%;
  border: none;
  margin: 2px;
  /* border: 1px solid #ccc; */
}

/* Tablehead */

thead.tmrrss th.tmrrss {
  background: #def4fe78;
  background: -moz-linear-gradient(top, #ffffffb5 0%, #f5f5f5b5 100%);
  background: -webkit-linear-gradient(top, #ffffffb5 0%, #f5f5f5b5 100%);
  background: -o-linear-gradient(top, #ffffffb5 0%, #f5f5f5b5 100%);
  background: -ms-linear-gradient(top, #ffffffb5 0%, #f5f5f5b5 100%);
  background: linear-gradient(to bottom, #ffffffb5 0%, #f5f5f5b5 100%);
  text-align: center;
  position: relative;
  /* border-bottom: 1px solid #ccc; */
  padding: 2em 0 1em;
  font-weight: 400;
  color: #999;
  margin: 3px;
}
thead.tmrrss th:nth-child(1) {
  background: transparent;
}
thead.tmrrss th:nth-child(3) {
  padding: 0em 0 0em;
  padding-bottom: 5em;
}
thead.tmrrss h2.tmrrss {
  font-weight: 300;
  font-size: 2em;
  line-height: 1.2em;
  color: #187bfa;
  /* padding-left: 2em; 
  padding-right: 2em; */

}
thead.tmrrss th.tmrrss h2.tmrrss + p.tmrrss {
  font-size: 1.25em;
  line-height: 1.4em;
}
thead.tmrrss th.tmrrss:nth-child(3) h2.tmrrss {
  font-size: 2em;
}
thead.tmrrss th.tmrrss:nth-child(3) h2.tmrrss + p.tmrrss {
  font-size: 1.3em;
}

/* Tablebody */

tbody.tmrrss th.tmrrss {
  background: rgba(255, 255, 255, 0.457);
  border-left: none;
}
tbody.tmrrss th.tmrrss span {
  font-weight: normal;
  /* font-size: 87.5%; */
  color: #999;
  display: block;
}

tbody.tmrrss td.tmrrss {
  background: rgba(255, 255, 255, 0.457);
  text-align: center;
  padding: 0.7em;
}

tbody.tmrrss tr.tmrrss:nth-child(even) th.tmrrss,
tbody.tmrrss tr.tmrrss:nth-child(even) td.tmrrss {
  background: #f5f5f5b3;
  border: none;
}
tbody.tmrrss tr.tmrrss:last-child td.tmrrss {
  border: none;
}
tbody.tmrrss tr.tmrrss:first-child td.tmrrss {
  border: none;
}