#outdated {
  background-color: #f25648;
  color: #fff;
  display: none;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%;
  z-index: 1500;
  padding: 14px 24px;
  box-sizing: border-box;
}
#outdated p {
  font-size: 12px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#outdated .title {
  font-size: 20px;
  display: inline-block;
  margin-right: 2em;
}
#outdated #buttonUpdateBrowser {
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  margin: 0 40px;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 20px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
#outdated #buttonUpdateBrowser:hover {
  background-color: #fff;
  color: #f25648;
}
#outdated .last {
  float: right;
}
#outdated #buttonCloseUpdateBrowser {
  color: #fff;
  display: block;
  font-size: 36px;
  height: 100%;
  line-height: 40px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
