/**
 * Styles from
 * https://github.com/mikemaccana/outdated-browser-rework/
 * Commit 911e135, 7 Aug 2019
 */


#outdated {
  font-family: "GeneralSans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  position: absolute;
  background-color: #19b4fa;
  color: white;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1500;
  padding: 66px 24px 80px 0; }
  #outdated .vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  #outdated h6 {
    font-size: 28px;
    line-height: 28px;
    margin: 12px 0; }
  #outdated p {
    font-size: 16px;
    font-weight: 400;
    line-height: 12px;
    margin: 0; }
  #outdated #buttonUpdateBrowser {
    border: 2px solid white;
    color: white;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 230px;
    font-weight: 600; }
    #outdated #buttonUpdateBrowser:hover {
      background-color: white;
      color: #19b4fa; }
  #outdated .last,
  #outdated #buttonCloseUpdateBrowser {
    display: none; }
