.content h3 {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin: 6px 0;
  padding: 0 0 4px;
}

.content h4 {
  color: #99cc00;
  font-size: 12px;
  font-weight: bold;
  margin-top: 12px;
  text-align: left;
}


.content p {
  color: #333;
  margin-bottom: 12px
}

  .content a {
    color: #0066FF;
    text-decoration: none;
  }

  .content a:hover {
    color: #0066ff;
    text-decoration: underline;
  }

  .content a:visited {
    color: #3366ff;
  }

  .content a.pdf {
    display: block;
    background: url('../imgs/pdf.png') no-repeat left;
    padding: 5px 0 0 20px;
    height: 15px;
  }

  #product {
    border: 1px solid #ccc;
    padding: 50px 0;
  }

  #standards {
    bottom: 0;
    left: 0;
    position: absolute;
  }

.content ul,
.content ol {
  margin-bottom: 10px;
  padding-left: 15px;
}

  .content ul li {
    list-style: disc;
  }

  .content ol li {
    list-style: decimal;
    margin-left: 20px;
  }



.content table {
    width: 100%;
}

.content table td,
.content table th {
  padding-bottom: 10px;
}

.content table th {
  font-weight: bold;
  width: 200px;
}
