#PriceCalculator .select {
  position: relative;
  margin: 10px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
#PriceCalculator select {
  font-size: 13px;
  color: #000000;
  border: 0;
  padding: 8px;
  z-index: 1;
  outline-color: transparent;
  -moz-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0px none !important;
  border-radius: 0px;
  background: #ffffff url("/YMCA/media/skin/img/icons/arrow_drop-down.svg") no-repeat scroll right 7px top 16px;
  /*width: 100%;*/
  text-indent: 0.01px;
  text-overflow: "";
  margin-bottom: 20px;
}
#PriceCalculator select::-ms-expand {
  display: none;
}
#PriceCalculator {
  border: solid 1px;
  padding: 20px;
  width: 100%;
  max-width: 882px;
  background-color: #23bcb9;
  border-radius: 10px;
  border: none;
  margin-bottom: 10px;
}
#PriceCalculator hr {
    border: solid 1px #ffffff;
    margin-top: -10px;
    width: 80%;
}

.CalculatorLeft {
  /*float: left;*/
  width: 100%;
}
.CalculatorRight {
  /*float: right;*/
  width: 100%;
}

#DriveToCentre {
    display: none;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#DriveToCentre a {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
}

#InfoAbo {
    width: 100%;
    text-align: center;
}

#CalcCovidInfo {
    font-size: 0.8em;
    font-style: italic;
}


#SelectCentre {
  float: left;
  width: 49%;
}
#SelectAge {
  float: right;
  width: 49%;
}

.Tarif2sem {
  font-style: italic;
  font-size: 0.8em;
}



.TableCalcContainer {
    padding:15px;
    display: none;
}
.TableCalcContainer img {
    margin: 0px !important;
}
table.CustomCalcTable{
    width:100%;
} 
table.CustomCalcTable th {
    background-color:#006c64;
    font-weight:bold !important;
    text-align:center;
    border: solid #ffffff 1px;
    vertical-align: middle;
}
table.CustomCalcTable td {
    text-align:center !important;
    font-weight: 400;
    color: #2a2a2a;
    border: solid #999999 1px;
    vertical-align: middle !important;
    padding:5px
}
table.CustomCalcTable td.CustomCalcTableCat {
    text-align:center !important;
    font-weight: bold;
    background-color: #dddddd;
}
table.CustomCalcTable td.optionTitle {
    text-align:left !important;
}


table.CustomCalcTable td:nth-child(1) {width: 30%;}
table.CustomCalcTable td:nth-child(2) {width: 35%;}
table.CustomCalcTable td:nth-child(3) {width: 35%;}




@media only screen and (max-width: 767px) {
    .CalculatorLeft {
        float: left;
        width: 100%;
    }
    .CalculatorRight {
        float: right;
        width: 100%;
    }
}