#oldBrowser {
  display: none;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

#oldBrowser #oldBrowserDlg {
  font-family: Roboto, 'Helvetica Neue', sans-serif;
  position: absolute;
  top: 20%;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 32px;
}

#oldBrowser * {
  box-sizing: border-box;
}

#oldBrowser h1 {
  text-align: center;
}

#oldBrowser .header {
  background-color: #007cb9;
  color: #ffffff;
  width: 100%;
  float: left;
  padding: 16px;

  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

#oldBrowser .body {
  padding: 16px 24px 24px;
  clear: both;
}

#oldBrowser .header img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  float: left;
}

#oldBrowser ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 24px;
  white-space: nowrap;
}

#oldBrowser ul li {
  display: inline-block;
  margin: 0;
  padding: 16px;
  cursor: pointer;
}

#oldBrowser ul li a {
  display: block;
}

#oldBrowser #browserLink {
  display: block;
  text-align: center;
  margin: 16px auto;
  font-size: 24px;
  cursor: pointer;
  padding: 16px;
  border: none;
  width: 100%;
  background: #f0f0f0;
  border-radius: 8px;
}

#oldBrowser #browserLink:focus {
  outline: none;
}

#oldBrowser #urlCopied,
#oldBrowser #urlCopy {
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 108%;
  left: 0;
  width: 100%;
}

#oldBrowser #urlCopied {
  display: none;
}

#oldBrowser img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
