.electricity_pullDown .sec_entry .sec_inner {
  max-width: 640px;
  margin: 0 auto;
}

.electricity_pullDown .sec_entry {
  background: #fff;
}

.electricity_pullDown .sec_entry h2 {
  color: #EB5705;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #eeeeee;
}

.electricity_pullDown .sec_entry ul {
  text-align: center;
  padding:0;
}

.electricity_pullDown .sec_entry ul li {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.electricity_pullDown .sec_entry ul li img {
  width: 18px;
  margin-right: 15px;
}

.electricity_pullDown .sec_entry ul li span {
  font-size: 0.7rem;
}

.electricity_pullDown .sec_entry h3 {
  color: #EB5705;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 15px;
}

.electricity_pullDown .sec_entry select {
  font-size: 14px;
  width: 100%;
  background: #FAFAF8;
  border: solid 2px #EDEDED;
  border-radius: 10px;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-image: url('https://www.au.com/content/dam/au-com/electricity/images/et_icon_select.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 11px 6px !important;
  background-position: right 10px center !important;
}
.electricity_pullDown .sec_entry select::-ms-expand {
 display: none;
}
.electricity_pullDown .sec_entry #other_select {
  margin-top: 15px;
  display: none;
}

.electricity_pullDown .sec_entry .note {
  font-size: 12px;
  text-align: center;
}
