<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shield, .modal {
  position: absolute;
  display:  none;
}

.shield {
  bottom:           0px;
  right:            0px;
  height:           100%;
  width:            100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}

.modal {
  background-color: rgb(255, 255, 255);
  border-radius:    5px;
  top:              50%;
  left:             50%;
  height:           256px;
  width:            320px;
  margin-left:      -170px;
  margin-top:       -170px;
}

.modal.big {
  width:  532px !important;
  height: 333px !important;
}

.modal-header {
  height: 32px;
}

.modal-close {
  float:        right;
  font-family:  monospace;
  font-size:    300%;
  padding:      13px;
  cursor:       pointer;
  height:       32px;
}

.modal-body {
  font-family:  'lato_bold';
  font-size:    222%;
  padding:      10px;
  text-align:   center;
}

.alert {
  line-height:  1.5em;
}

.modal-footer {
  text-align: center;
}

.modal-footer img {
  margin: 5px 20px;
}
</pre></body></html>