design-01 li

body {
  font-family: 'Roboto', sans-serif;
  padding: 0 10px;
  height: 100%;
  background: black;
  margin: 0;
}

h1 {
  /* color: white; */
  margin: 0;
  padding: 15px;
}

#container {
  text-align: center;
  margin: 0;
}

#qr-canvas {
  margin: auto;
  width:100%;
  /* max-width: 400px; */
}

#btn-scan-qr {
  cursor: pointer;
}

#btn-scan-qr img {
  height: 10em;
  padding: 15px;
  margin: 15px;
  background: white;
}

#qr-result {
  font-size: 1.2em;
  margin: 20px auto;
  padding: 20px;
  max-width: 700px;
  background-color: white;
  text-align: center;
}

.updatepackageList del {
  color: red;
  text-decoration: line-through;
  font-size: 16px;
}

.updatepackageList span {
  color: orange;
  font-size: 16px;
}
.pv-inner.pv-animating {
  height: 300px !important;
  background-size: contain !important;
}
.top-header-text a {
  color: #fff;
  text-decoration: underline !important;
}
#notificationmodal .myShortcodeBox .viewShortCode {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  height: 154px;
  border: 1px solid #F2F2F2;
  padding: 10px;
  margin: 5px 0px;
}
