button {
  background-color: lightblue;
  border: 1px solid darkgray;
}

button:hover {
  background-color: lightgrey;
  border: 1px solid darkgray;
}

#qrcode {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.marker-label-position {
  bottom: 6px;
  left: 0;
  position: relative;
}

.marker-label-position-offset {
  bottom: 6px;
  left: 18px;
  position: relative;
}

.container {
  margin-top: 20px;
}

#slideout {
  background: #dbe2e9;
  color: #333;
  position: fixed;
  top: 0;
  right: -520px;
  width: 400px;
  height: 100%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#slideout form {
  display: block;
  padding: 20px;
}

#slideout textarea {
  display: block;
  height: 250px;
  margin-bottom: 6px;
  width: 340px;
}

#slideout.on {
  right: 0;
}

#notification-bar-2 {
  margin-bottom: 15px;
  padding: 10px;
  background-color: lightgrey;
  width: 100%;
  height: 33%;
  text-align: center;
  font-size: 20px;
  opacity: 0.9;
  /*position: absolute;
  bottom: 0px;*/
  /*left: 542px;*/
}

#qrcode {
  margin-bottom: 250px;
  margin-left: 20px;
}

#qrcode2 {
  margin-bottom: 250px;
  margin-right: 20px;
}

.scrollabletextbox {
  height: 340px;
  width: 340px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 70%;
  overflow: scroll;
}

.marker-position {
  bottom: 10px;
  left: 10px;
  position: relative;
}

.markerLabel {
  background-color: rgb(102, 199, 231);
}

#qr-code-div-test > canvas {
  display: block; /* Required to allow centering of the canvas */
  margin: 0 auto;
}
#qr-code-div-test > img {
  margin: 0 auto;
}