    .table-padding {  margin-left: 10px;  }
    .remove-top-td{border-top: 0px solid #ddd !important;}
    .btn-padding { margin-left: 10px;}
    @media (min-width: 780px){
      input[type='checkbox'] {margin-left: 10px; margin-right: 10px; }
    }   
    @media (max-width: 610px){
      input[type='checkbox'] {margin-left: 10px !important; margin-right: 10px; !important}
    } 
    legend {
       margin-bottom: 0px !important;
       border-bottom: 0px solid #e5e5e5;
    }
    .hipaa-legend{
       margin-bottom: 20px !important;
       border-bottom: 1px solid #e5e5e5;
    }  
  @media (max-width: 500px) {
     .third-button {
         margin-left: 30%;
         margin-top: 20px;
      }
   }
  @media (max-width: 550px) {
      .table-lined td {
         display:block;
      }
   } 
   .help-text:after {
    content:"\a";
    white-space: pre;
  }
 .product-contact {
    margin-top: 5px;
    font-weight: bold;
 }
 
textarea.error {
   border-color: red;
}