* {
  font: inherit;
  background-color: transparent;
  color: inherit;
  font-family: Roboto;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  border: 0 none transparent;
  outline: none;
}
body {
  font-size: 12pt;
  font-family: sans-serif;
  color: black;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  background-color: #bbdefb;
  overflow-y: scroll;
}
section {
  display: block;
}
.main {
  padding-top: 72px;
}
.main .subject {
  display: block;
  font-size: 100%;
  height: 4em;
  overflow-y: auto;
  width: 90%;
  margin: 0 5% 1em;
  text-align: left;
  padding: 0.5em;
  background-color: #f0f8ff;
  border-radius: 15px;
}
.main .amount {
  font-size: 400%;
  text-align: right;
  margin-bottom: 0.33333333em;
}
.qr img {
  margin-top: 1em;
  width: 80%;
}
.qr svg {
  margin-top: 1em;
  display: inline;
  width: 80%;
}
.scan {
  padding-top: 72px;
}
.scan video {
  width: 100%;
}
.scan button.twist {
  position: absolute;
  top: 1em;
  left: 1em;
  display: inline-block;
  font-size: 200%;
  color: white;
  text-shadow: black 0 0 0.2em;
}
.scan button.twist:active {
  background-color: silver;
}
.extended main {
  padding-top: 136px;
}
.transactionlist table.transaction {
  width: 100%;
  border-collapse: separate;
}
.transactionlist table.transaction td {
  padding: 5px;
}
.transactionlist table.transaction td.amount {
  width: 30%;
  text-align: right;
  font-weight: bold;
}
.transactionlist table.transaction td .positive {
  color: green;
}
.transactionlist table.transaction td .pending {
  color: sandybrown;
}
nav.topnavigation {
  top: 0;
  width: 100%;
  z-index: 1;
  position: fixed;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12), 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.keypad {
  margin: 10px;
  font-size: 150%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2px;
  grid-auto-rows: minmax(2.5em, auto);
}
.keypad button {
  text-align: center;
  background-color: #e3f2fd;
}
.keypad button.function {
  background-color: #e3f2fd;
}
.keypad button:active {
  background-color: #999999;
}
