#pricing-slider {
  box-shadow: 0 0 10px 0 rgba(35, 31, 32, 0.1);
  border-radius: 6px;
  padding: 30px 20px 20px;
}

#pricing-slider table th,
#pricing-slider table td {
  font-size: 1em;
  text-align: left;
}

#pricing-slider table {
  border-spacing: 0;
  border-collapse: collapse;
  border-top: none;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 100%;
}

#pricing-slider table tr {
  border-bottom: 1px solid rgba(213, 215, 219, 0.3);
}

#pricing-slider thead tr th,
#pricing-slider tbody tr td {
  border-bottom: 1px solid rgba(213, 215, 219, 0.3);
  padding-left: 5px;
}

#pricing-slider tbody tr.selected {
  border-bottom: none;
}

#pricing-slider tbody tr.selected td {
  border-bottom: none;
  background-color: #FEF5F1;
  font-weight: bold;
}

#pricing-slider tbody tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 768px) {
  #pricing-slider tbody tr td {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

#pricing-slider thead tr th:nth-child(1) {
  width: 25%;
}

#pricing-slider thead tr th:nth-child(2) {
  width: 30%;
}

#pricing-slider thead tr th:nth-child(3) {
  width: 45%;
}

#price-per-site {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 478px) {
  #pricing-slider {
    margin-top: -20px;
  }
}

#pricing-slider .ui-widget.ui-widget-content {
  border: none;
  background-color: rgba(213, 215, 219, 0.7);
}

#pricing-slider .ui-widget-header {
  background-color: #ff6c2c;
}

#pricing-slider .ui-state-default,
#pricing-slider .ui-widget-content .ui-state-default {
  border: none;
}

#pricing-slider .ui-slider-horizontal {
  height: 2px;
}

#wpg-slider-handle {
  border-radius: 12.25px;
  top: -10.5px;
  margin-left: -20.5px !important;
  width: 41px;
  height: 24.5px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: url(https://www.cpanel.net/wp-content/themes/cPbase/assets/img/slider-handle.svg);
  background-repeat: no-repeat;
  outline: none;
}

#pricing-slider table tbody tr {
  cursor: pointer;
}

#pricing-slider table tr th {
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  padding-bottom: 0;
}

#pricing-slider h3 {
  font-size: 0.9em;
  margin-bottom: 1.5em; 
}

#pricing-slider .btn {
  display: block;
}

.btn-large {
  padding: 0.75rem;
}