body {
  background: #1d1f20;
}

a {
  color: #2196f3;
}

table {
  margin: 24px 24px 0 0;
  padding: 12px;
  line-height: 24px;
  min-width: 290px;
  color: white;
  background-color: rgba(0,0,0,.5);
  border-radius: 2px;
}

td:nth-child(2) {
  padding-left: 12px;
  min-width: 110px;
  text-align: right;
}

.ui {
  position: fixed;
  top: 24px;
  left: 24px;
}

#btn {
  height: 54px;
  padding: 0 24px;
  border: none;
  background-color: white;
  color: #ff8507;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
}

.paper-gui-0 #fab.paper-gui {
  top: 24px;
  right: 24px;
}

.copyme {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  opacity: 0;
}
