.se-product-copy {
  font-size: 16px;
  line-height: 1.68;
  color: #444;
  margin-top: 4px;
  clear: both;
  width: 100%;
}

.se-product-copy * {
  box-sizing: border-box;
}

.se-product-copy p {
  margin: 0 0 14px;
}

.se-product-copy h2 {
  margin: 34px 0 16px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #3a3a3a;
  text-transform: none;
}

.se-product-copy h2:first-child {
  margin-top: 0;
}

.se-product-copy .se-lead {
  margin-bottom: 18px;
}

.se-product-copy .se-note {
  font-size: 14px;
  color: #666;
  margin-top: 12px;
}

.se-product-copy .se-list {
  margin: 0 0 18px 18px;
  padding: 0;
}

.se-product-copy .se-list li {
  margin: 0 0 8px;
  padding-left: 2px;
}

.se-product-copy .se-table-wrap {
  width: 100%;
  margin: 0 0 22px;
  overflow-x: auto;
  background: transparent;
}

.se-product-copy table.se-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate !important;
  border-spacing: 0;
  table-layout: fixed;
  background: transparent !important;
  margin: 0 !important;
  border: 1px solid #d8d8d8 !important;
  box-shadow: none !important;
}

.se-product-copy .se-table tr,
.se-product-copy .se-table th,
.se-product-copy .se-table td {
  background-image: none !important;
  box-shadow: none !important;
}

.se-product-copy .se-table th,
.se-product-copy .se-table td {
  border: 0 !important;
  border-right: 1px solid #dcdcdc !important;
  border-bottom: 1px solid #dcdcdc !important;
  padding: 13px 14px !important;
  text-align: left !important;
  vertical-align: top !important;
  background-color: transparent !important;
  color: #444 !important;
}

.se-product-copy .se-table th:last-child,
.se-product-copy .se-table td:last-child {
  border-right: 0 !important;
}

.se-product-copy .se-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.se-product-copy .se-table th {
  background-color: #f3f3f3 !important;
  font-weight: 700 !important;
  color: #333 !important;
}

.se-product-copy .se-table tr:hover td {
  background-color: rgba(0, 0, 0, .018) !important;
}

.se-product-copy .se-params td:first-child {
  width: 32%;
  font-weight: 700;
  color: #333;
}

.se-product-copy .se-use td:first-child {
  width: 24%;
  font-weight: 700;
  color: #333;
}

.se-product-copy .se-use td:nth-child(2) {
  width: 28%;
}

.se-product-copy .se-use td:last-child {
  width: 48%;
}

.se-product-copy .se-use th:first-child {
  width: 24%;
}

.se-product-copy .se-use th:nth-child(2) {
  width: 28%;
}

.se-product-copy .se-use th:last-child {
  width: 48%;
}

.se-product-copy .se-method {
  margin: 0 0 10px;
}

.se-product-copy .se-method:last-child {
  margin-bottom: 0;
}

.se-product-copy .se-method b {
  display: block;
  margin-bottom: 2px;
  color: #333;
}

@media (max-width: 760px) {
  .se-product-copy {
    font-size: 15px;
    line-height: 1.6;
  }

  .se-product-copy h2 {
    font-size: 21px;
    margin: 28px 0 13px;
  }

  .se-product-copy .se-table-wrap {
    overflow: visible;
  }

  .se-product-copy table.se-table,
  .se-product-copy .se-table thead,
  .se-product-copy .se-table tbody,
  .se-product-copy .se-table tr,
  .se-product-copy .se-table th,
  .se-product-copy .se-table td {
    display: block;
    width: 100%;
  }

  .se-product-copy .se-table thead {
    display: none !important;
  }

  .se-product-copy .se-table tr {
    border: 1px solid #dcdcdc !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    background-color: transparent !important;
  }

  .se-product-copy .se-table td {
    border: 0 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    padding: 10px 12px !important;
  }

  .se-product-copy .se-table td:last-child {
    border-bottom: 0 !important;
  }

  .se-product-copy .se-table td:before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
  }

  .se-product-copy .se-params td:first-child,
  .se-product-copy .se-use td:first-child,
  .se-product-copy .se-use td:nth-child(2) {
    width: 100%;
  }
}
