/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1500;
  background-color: #eee;
  color: #333;
}

#outdated h2 {
  margin-top: 32px;
}

#outdated h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}

#outdated p {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

#outdated #btnUpdateBrowser {
  color: #fff;
}

* html #outdated {
  position: absolute;
}