.browser-update {
  color: #000;
  background-color: grey;
  font: 16px Calibri, Helvetica, sans-serif;
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  text-align: center;
}
.browser-update a {
  padding: 1em;
}
.browser-update img {
  width: 100px;
  height: 100px;
}
.browser-update h1 {
  margin-top: 16px;
}
.browser-update .browser-update-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.browser-update .browser-update-dialog {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.browser-update .browser-update-choices {
  display: flex;
  justify-content: center;
}