.form-table th.ebanqosetting {
  width: 350px;
}

.ebanqonotice {
  font-size: 14px;
}

.ebanqoheader {
  overflow: hidden;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 1px 0 1px;
  background-color: #ffffff;
  width: 95%;
  margin-top: 20px;
  padding: 6px 12px;
  font-size: 2em;
}

div.ebanqomel {
  float: left;
  width: 10%;
  min-width: 75px;
  min-height: 46px;
  text-align: center;
}

div.ebanqoheadtext {
  float: left;
  line-height: 46px;
}

div.ebanqofootaction {
  float: left;
  width: 10%;
  min-width: 75px;
}

div.ebanqofoottext {
  float: right;
  text-align: right;
}

a.ebanqolink {
  color: #7FB06F;
  text-decoration: none;
}

a.ebanqolink:hover {
  text-decoration: underline;
}

div.ebanqoaction {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #ffffff;
  width: 95%;
  padding: 6px 12px;
}

div.ebanqoaction p {
  margin: 0;
  padding: 0;
}

.ebanqosettingsbody {
  overflow: hidden;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 0 1px;
  background-color: #ffffff;
  width: 95%;
  padding: 0 24px 0 0;
}

.ebanqotabcontent {
  float: left;
  padding: 6px 12px;
  background-color: #ffffff;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 0 1px;
  border-top: none;
  width: 100%;
  min-width: 240px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.wp-picker-holder {
  position: absolute;
}

.sub-setting {
  border-top: 1px solid #ddd;
}