body {
  background: #466446;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: visible;
  text-align: center;
}

#control {
  margin-top: 40px;
}

#control button {
  background-color: #466446;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  min-width: 80px;
  border-radius: 4px;
}

#logo {
  margin: 0 0 50px 0;
}

#logo > img {
  width: 60%;
  max-width: 255px;
}

#scanner {
  width: calc(100% - 50px);
  height: calc(100% - 100px);
  border: none;
  position: relative;
  margin: 20px auto;
}

#scanner-port > video,
#scanner-port > canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  padding-bottom: 20px;
}

#result {
  margin: 40px;
  display: none;
}

#result > div:nth-child(1) {
  font-size: 1.4em;
}

#result > div:nth-child(2) {
  font-size: 1.8em;
  margin: 40px;
}

#result > div:nth-child(2) > span {
  border: solid 1px #fff;
  padding: 10px 20px;
  box-shadow: 0 0 40px 0 rgba(256, 256, 256, 0.2);
  white-space: nowrap;
}

#result > div:nth-child(3) {
  font-size: 1.8em;
  margin: 40px;
}

#result > div:nth-child(3) > span {
  border: solid 1px #fff;
  padding: 10px 20px;
  box-shadow: 0 0 40px 0 rgba(256, 256, 256, 0.2);
  white-space: nowrap;
}

#title > img {
  height: 25px;
}

#title > span {
  font-size: 22px;
  vertical-align: top;
  margin-left: 5px;
}

#title {
  margin-top: -40px;
}
