
#content h1 {
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    color: #333;
    font-weight: 300;
    padding-bottom: 25px;
}

.summarysup {
    font-size: 11px;
}

#content h2 {
    margin-bottom: 8px;
    text-align: center;
    font-weight: 400;
    color: #11737c;
    font-size: 34px;
    letter-spacing: 0.5px;
    word-spacing: 3px;
    -webkit-text-stroke: 0.2px #444;
}

.product_image {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 3px;
}

.gui {
  width: 100%;
  margin-bottom: 7px;
  border: 1px solid #888;
  border-radius: 3px;
}



#content p {
    font-size: 16px;
    line-height: 29px;
    text-align: justify;
    color: #222;
    padding-bottom: 30px;
}

#content h3 {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 26px;
    font-weight: 400;
    color: #222;
}

#content h3 sup {
  font-size: 13px;
}

#content h4 {
  font-size: 27px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

#features {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 30px;
}

#features li{
  font-size: 16px;
  line-height: 22px;
  color: #222;
  margin-bottom: 15px;
}

#firstline {
    border-bottom: 1px dashed #333;
    margin-bottom: 7px;
}

.line {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #888;
    margin-bottom: 5px;
}

.spacer {
    height: 25px;
}

#disclaimer {
    font-size: 15px !important;
    line-height: 27px !important;
}

#disclaimer sup,sub {
  font-size: 9px;
  line-height: 9px !important;
}

#content a {
    text-decoration: none;
    color: green;
}


#content a:active {
    color: #1339a7;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
}

th {
    background-color: #938277;
}

tr:nth-child(even) {
    background-color: #eaeaea;
}

th,td {
  text-align: left;
  border: 1px solid #555;
  padding: 5px;
  font-size: 12px;
  line-height: 17px;
  color: #222;
}

#t1 th, #t1 td {
  width: 33%;
}

#t2 th, #t2 td {
  width: 50%;
}




@media only screen and (min-width: 768px) {

    #content h1 {
      font-size: 20px;
    }

    #content h2 {
      font-size: 37px;
    }

    #content h3 {
      font-size: 25px;
    }

    #content h3 sup {
      font-size: 14px;
    }

    #content h4 {
      font-size: 28px;
    }

    #features {
      margin-left: 30px;
      margin-bottom: 40px;
    }

    #features li{
      font-size: 17px;
    }

    #content a {
      font-size: 18px;
    }

  .product_image {
      width: 70%;
      margin-left: 15%;
      margin-right: 15%;
    }

    .gui {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%;
    }

    figcaption {
      font-size: 16px;
    }

    .textsup, .textsub {
      font-size: 11px;
    }

    th,td {
      padding: 8px;
      font-size: 16px;
      line-height: 21px;
    }
}


@media only screen and (min-width: 1025px) {

  #content h1 {
      font-size: 19px;
      font-weight: 300;
  }

  .summarysup {
      font-size: 12px;
  }

  #content h2 {
      margin-bottom: 8px;
      text-align: center;
      font-weight: 400;
      color: #11737c;
      font-size: 36px;
      letter-spacing: 0.5px;
      word-spacing: 3px;
  }

  #content h3 {
      margin-top: 5px;
      margin-bottom: 10px;
      font-size: 25px;
      font-weight: 400;
  }

  #content h4 {
    font-size: 30px;
  }

  #features li{
    font-size: 17px;
  }

  #firstline {
      margin-bottom: 10px;
  }

  .headlinesup {
      font-size: 14px;
  }

  .spacer {
      height: 20px;
  }

  .product_image {
      width: 85%;
      margin-left: 7.5%;
      margin-right: 7.5%;
  }

  .gui {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  figcaption {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #111;
    margin-bottom: 5px;
  }

  #content p {
      font-size: 16px;
      line-height: 27px;
      text-align: justify;
      color: #333;
  }

  .textsup, .textsub {
    font-size: 10px;
  }

  #disclaimer {
      font-size: 15px !important;
      padding-bottom: 10px !important;
  }

  #content a {
      font-size: 19px;
      text-decoration: none;
      color: green;
  }


  #content a:hover, a:active {
      color: #1339a7;
      text-decoration: underline;
  }

  table {
      margin-top: 17px;
      border-collapse: collapse;
  }
  table sup, table sub {
    font-size: 12px !important;
  }

  th {
      background-color: #938277;
  }

  tr:nth-child(even) {
      background-color: #eaeaea;
  }

  #t1, #t2  {
    width: 100%;
  }

}

@media only screen and (min-width: 1400px) {

  .product_image {
      width: 75%;
      margin-left: 12.5%;
      margin-right: 12.5%;
    }

    #content h2 {
      font-size: 40px;
    }



}
