/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  text-align: center;
  color: #232323;
}

#outdated h1 {
  font-size: 24px;
  line-height: 1;
  margin: 24px 0;
}
#outdated p {
  font-size: 12px;
  line-height: 1;
  margin: 16px 0;
}
#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 16px 24px;
  margin: 24px auto 0;
  color: #043fc9;
  border: 1px solid #043fc9;
  cursor: pointer;
}
#outdated #btnUpdateBrowser:hover {
  background-color: #8cdf3f;
}
#outdated .last {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 24px;
  height: 24px;
}
#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}
