body {
    /*background:  green !important;*/
}

 /* Specilly used for Firefox */
input[type=number].no-spinner {
  -moz-appearance: textfield;
}
 /* Chrome, Safari, Edge, Opera */
input.no-spinner::-webkit-outer-spin-button,
input.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price-box__wrapper {
 text-align: center;
font-size: 1.4em;
}

.price-box__currency {
margin-right: 5px;
}

.price-box__per {
margin-left: 8px;
}

.price-box {
display:inline-block;
width:70px;
text-align:center;
}

@supports (-moz-appearance:none) {
.price-box {
padding-top: 4px;
padding-bottom: 0px;
height: 38px;
}
}

select#frequency,
select#autorenew-select {
display: inline-block; margin-left: 10px;
background-color: white;
border: 1px solid black;
height: 42px;
}

select#frequency:hover,
select#autorenew-select:hover {
cursor: pointer;
}
#price-box {
border: 1px solid black;
height: 42px;
}

#price:hover {
cursor: pointer;
}

#equivalent-wrapper label:hover,
#equivalent-wrapper input:hover,
#autorenew_1on1:hover,
#autorenew_group:hover,
#autorenew_solo:hover,
#autorenew-wrapper label:hover {
cursor: pointer;
}

#autorenew-wrapper {
text-align:center;
margin-bottom: 20px;
margin-top: 5px;
}

#autorenew_1on1,
#autorenew_group,
#autorenew_solo {
margin-left: 8px;
}

/*
input[type=range] {
  width: 100%;
  margin: 13.8px 0;
  background-color: transparent; 
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #007aff;
  border: 0;
  border-radius: 6.1px;
  width: 100%;
  height: 8.4px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: -13.8px;
  width: 16px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #1a87ff;
}
input[type=range]::-moz-range-track {
  background: #007aff; 
  border: 0;
  border-radius: 6.1px;
  width: 100%;
  height: 8.4px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 3px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 14.8px 0;
  color: transparent;
  width: 100%;
  height: 8.4px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #006ee6;
  border: 0;
  border-radius: 12.2px;
}
input[type=range]::-ms-fill-upper {
  background: #007aff;
  border: 0;
  border-radius: 12.2px;
}
input[type=range]::-ms-thumb {
  width: 16px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower {
  background: #007aff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #1a87ff;
}

.frequency {
font-size: 0.8em;
}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}

.panel {
padding: 0 !important;
}

.panel details {
padding: 0 15px;
}

.panel summary {
text-align: center;
}

.panel-body {
min-height: 130px;
padding: 15px;
font-size: 20px;
text-align: center;
}

.panel hr {
display: block !important;
}

.spots-left_wrapper {
  padding: 0 40px 30px;
  text-align: center;
}

.panel details {
  /*display: none;*/
}


.panel-heading {
text-align: center;
font-weight: 600;
padding: 12px 0 10px;
}

.page-template-page-pricing .header-minimal .frontpage-marquee {
   padding: 0;
}

.page-template-page-pricing .container {
padding-top: 0;
}

.panel ul {
padding-right: 30px; 
}

*/