#outdated {
  position: absolute;
  background-color: #f4f6f5;
  color: #36526c;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1500; }
  #outdated h6 {
	font-size: 24px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
    margin: 12px 0; }
  #outdated p {
	  font-size: 18px;
	  font-weight: normal;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: 1.39;
	  letter-spacing: normal;
	  text-align: center;
	  margin-bottom: 30px;
	  margin-top: 20px;
	}


  #outdated #buttonUpdateBrowser {
    border-radius: 29.5px;
	padding: 7px 10px;
	font-size: 14px;
	font-family: "GothamPro Regular";
	transition: all 0.1s ease 0s;
	line-height: 1.5;
	border: 1px solid rgb(1, 74, 144);
	color: rgb(54, 82, 108);
	margin-top: 50px;}
    #outdated #buttonUpdateBrowser:hover {
      background-color: white;
      color: #f25648; }
	
#outdated .logo {
	width: 45px;
	height: 45px;
	margin: 0 10px -5px 0;
}
#outdated .logo-text {
	font-size: 30px;
	color: #36526c;
	margin-right: 60px;
	padding: 10px 0;
}
#outdated .logo-img {
	height: 27px;
	margin-left: 24px;
	margin-top: 20px;
}
#outdated .outdate-img {
	width: 321px;
	height: 145px;
	margin-bottom: 25px;
	margin-top: 20px;
}

#outdated .col-footer {
    width: 25%;
    text-align: left;
    line-height: 20px;
}
#outdated .font-small {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 500;
}

#outdated a {
	color: #4a4a4a;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
}