#dark-bg {
  background-image: url(../img/dark-bg.png);
  background-size: cover;
  background-position: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.dark-bg {
  background-image: url(../img/dark-bg.png);
  background-size: cover;
  background-position: center;
}

.init-title {
  margin-bottom: 0;
  padding: 10px;
}

.init-title.scene-submit {
  background-color: #ffffff;
  color: #00AEEF;
}

.init-title.scene-submit {
  background-color: #00AEEF;
  color: #ffffff;
}

.left-elements-img {
  margin: 20px auto;
  width: 400px;
}

#right-element-wrap {
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}

#right-element-wrap ul {
  margin-left: 0;
  padding-left: 18px;
}

.right-element-main-text {
  margin-bottom: 30px;
}

.response-speech-balloon {
  margin: 15px auto;
  cursor: pointer;
  opacity: 0.75;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.response-speech-balloon.selected {
  background-position: center top;
  opacity: 1;
}

#conclusion-speeach-balloon {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  height: auto;
}

#speech_balloon-1-1 {
  background-image: url(../img/speech_balloon-1-1.svg);
  background-size: 320px 205px;
  width: 350px;
  height: 102px;
}

#speech_balloon-1-2 {
  background-image: url(../img/speech_balloon-1-2.svg);
  background-size: 320px 205px;
  width: 350px;
  height: 102px;
}

#speech_balloon-1-3 {
  background-image: url(../img/speech_balloon-1-3.svg);
  background-size: 320px 290px;
  width: 350px;
  height: 146px;
}

#speech_balloon-2-1 {
  background-image: url(../img/speech_balloon-2-1.svg);
  background-size: 320px 205px;
  width: 350px;
  height: 102px;
}

#speech_balloon-2-2 {
  background-image: url(../img/speech_balloon-2-2.svg);
  background-size: 320px 205px;
  width: 350px;
  height: 102px;
}

#speech_balloon-2-3 {
  background-image: url(../img/speech_balloon-2-3.svg);
  background-size: 320px 240px;
  width: 350px;
  height: 120px;
}

#speech_balloon-2-4 {
  background-image: url(../img/speech_balloon-2-4.svg);
  background-size: 320px 240px;
  width: 350px;
  height: 120px;
}

#speech_balloon-3-1 {
  background-image: url(../img/speech_balloon-3-1.svg);
  background-size: 320px 205px;
  width: 350px;
  height: 102px;
}

#speech_balloon-3-2 {
  background-image: url(../img/speech_balloon-3-2.svg);
  background-size: 320px 360px;
  width: 350px;
  height: 180px;
}

#speech_balloon-3-3 {
  background-image: url(../img/speech_balloon-3-3.svg);
  background-size: 320px 290px;
  width: 350px;
  height: 146px;
}

.identify-label {
  background-color: #8CC74F;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.scene-submit-speach-balloon {
  max-width: 300px;
}

.blue-building-person {
  max-width: 350px;
}

