#outdated {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  background-color: #ffdbdc;
  color: #c4292d;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 1500;
  padding: 0 24px 24px 0;
  border: 2px solid #c4292d;
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#outdated.fullscreen {
  height: 100%;
}

#outdated .vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 12px 0;
  color: #c4292d;
}

#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  color: #c4292d;
}

#outdated #buttonUpdateBrowser {
  border: 1px solid #e73137;
  background-color: white;
  color: #e73137;
  cursor: pointer;
  display: block;
  margin: 30px auto 0;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  width: 230px;
}

#outdated #buttonUpdateBrowser:hover {
  border: 1px solid #c4292d;
  background-color: white;
  color: #c4292d;
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.6);
}

#outdated .last {
  height: 20px;
  position: absolute;
  right: 70px;
  top: 10px;
  width: auto;
  display: inline-table;
}

#outdated .last[dir='rtl'] {
  left: 25px !important;
  right: auto !important;
}

#outdated #buttonCloseUpdateBrowser {
  color: #595454;
  display: block;
  font-size: 36px;
  height: 100%;
  line-height: 36px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
