#airbag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  z-index: 50;
  background-color: #3a2820;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  display: none;
  border-radius: 1.5em;
  padding-left: -3rem;
  margin-left: -3rem;
  padding-right: 3rem;
  margin-right: 3rem;
}

#passenger_airbag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  z-index: 9957;
  background-color: #3a2820;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  display: none;
  border-radius: 1.5em;
  border-radius: 1.5em;
  padding-left: -3rem;
  margin-left: -3rem;
  padding-right: 3rem;
  margin-right: 3rem;
}

#baby_seat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  z-index: 9954;
  background-color: #3a2820;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  display: none;
  border-radius: 1.5em;
  border-radius: 1.5em;
  padding-left: -3rem;
  margin-left: -3rem;
  padding-right: 3rem;
  margin-right: 3rem;
}

.config_content textarea {
  overflow: auto;
  overflow-y: hidden;
}