﻿.sidebar {
  display: none;
}

.feelings {
  display: none;
}

#conversation-menu {
  display: none;
}

#audiocontrol {
  display: none;
}

#__ybug-launcher {
  display: none;
}

.playaudio {
  display: none;
}

#content {
  margin: 50px;
}

span {
  font-size: 1.2rem;
  margin: 10px 0;
  line-height: 1.3;
}

.wizardbuttons {
  display: none;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-inline-start: 10px;
  margin-bottom: 10px;
}

.answer {
  display: block;
}

.translated {
  font-weight: bold;
  margin-inline-start: 10px;
}

.noprinting {
  display: none;
}

body, #app { height: auto; }