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

* html #outdated {
  position: absolute;
}

#outdated h6 {
  font-size: 1.5em;
  margin-top: 30px;
}

#outdated #btnUpdateBrowser {
  cursor: pointer;
  display: block;
  position: relative;
  width: 270px; /*need for IE*/
  height: 40px;
  margin: 1em auto 32px;
  padding: 0 20px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #ffffff;
}

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
}

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