body {
  background-color: #86A6B3;
  color: #FEFFFF;
  margin-left: 0.7%;
  margin-right: 0.7%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12pt;
}
.jazzy_maximize {
  margin: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
dl,
dt,
dd,
div,
td,
th,
address,
blockquote {
  font-family: "Segoe UI", Ubuntu, "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
}
h1 {
  font-size: 16pt;
  margin-bottom: 20pt;
  border-bottom: 1px solid #ffbb77;
  letter-spacing: 0.05em;
  /*text-shadow: 0px 0px 24px rgba(255, 96, 48, 0.9); */
  background-position: right top;
  /*line-height: 200% !important; */
  padding-bottom: 10px;
  word-wrap: no-wrap;
}
h2 {
  font-size: 14pt;
  margin-bottom: 15px;
  padding: 5px 10px;
  border: 1px solid #ffbb77;
  -moz-border-radius: 5px;
  background-color: #110500;
  color: #FEFFFF;
  font-variant: small-caps;
  text-transform: capitalize;
  letter-spacing: 0.09em;
}
h3 {
  font-size: 13pt;
}
h4 {
  font-size: 12pt;
}
h5 {
  font-size: 11pt;
}
h6 {
  font-size: 10pt;
  margin-top: 10px;
  margin-bottom: 5px;
}
th {
  text-align: left;
}
button {
  background-color: #F6E0BB;
  font-weight: bold;
}
#logoutbox {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: right;
  top: 20px;
  width: 98.6%;
  background: transparent;
  z-index: 10000;
}
#logoutbox #closebutton {
  width: 100px;
}
#logoutbox #logoutbutton {
  width: 100px;
}
#logoutbox #username {
  width: 100%;
  text-align: left;
}
#tagdata {
  padding: 0 20px;
}
#username,
#password {
  height: 40px;
  font-size: 12pt;
}
#Suchen,
#Anmelden,
.jazzybutton {
  width: 100%;
  height: 40px;
}
#resultbox {
  width: 440px;
  margin-bottom: 10px;
}
.go-up {
  background-image: url("/static/go-up.png");
  background-repeat: no-repeat;
  background-position: 2px;
  cursor: pointer;
}
.go-down {
  background-image: url("/static/go-down.png");
  background-repeat: no-repeat;
  background-position: 2px;
  cursor: pointer;
}
#jazzyToggleButton {
  position: absolute;
  top: calc(100% - 35px);
  left: calc(100% - 80px);
  width: 28px;
  height: 28px;
  background-color: #F2F3F4;
  cursor: pointer;
  box-shadow: 4px 4px 2px grey;
  z-index: 100000;
}
#adminbuttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#adminbuttons button {
  width: 300px;
  height: 40px;
}
#etherpad {
  width: 100%;
  height: 93%;
  border: 0;
}
#usertable {
  display: flex;
  flex-direction: column;
}
#usertable input[name="ID"] {
  width: 50px;
  display: none;
}
#createpad_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #86A6B3;
  position: relative;
  left: 15%;
  width: 85%;
}
#createpad_form form {
  display: flex;
}
#createpad_form form .wrong {
  color: yellow;
  position: absolute;
  top: -40px;
  z-index: 100;
}
#createpad_form table {
  align-self: flex-end;
}
.pad_row {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #86A6B3;
}
.pad_row div.padad_buttons {
  display: flex;
  justify-content: flex-end;
}
.pad_row input[type='text'] {
  outline: none;
  background-color: white;
  border-color: white;
}
