/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 57:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  table.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }

  table.custom-table th,
  table.custom-table td {
    border: 1px solid #ddd;
    padding: 20px 20px 20px 40px;
    text-align: left;
  }

  table.custom-table td:first-child,
table.custom-table th:first-child {
  width: 23%;
}
  .custom-table ul li{
    list-style: disc;
  }
  .custom-table ol{
    list-style: block !important;
    padding: revert;
  }
    .custom-table ul{
    padding: revert;
  }
  .table-heading{
    text-align: center;
    padding-top:30px;
    margin-bottom:20px;
  }
  .table-width{
    max-width:1000px !important;
  }
  @media only screen and (max-width: 767px){
    table.custom-table td:first-child, table.custom-table th:first-child {
    width: 30%;
    }
    table.custom-table th,
    table.custom-table td {
    border: 1px solid #ddd;
    padding: 10px 14px;
      font-size:16px;
    }
  }
</style>