.ie-deprecated{
  display:none;
  height:100%;
  width:100%;
}
html.browser--not-supported,
html.browser--not-supported body{
  height:100%;
  background-color:#f5f5f5;
  font-size:16px;
  font-family: arial, helvetica, sans-serif;
  line-height:1.5em;
}
.browser--not-supported .ie-deprecated{
  display:table;
}
.browser--not-supported .container,
.browser--not-supported #pertimm{
  display:none;
}
.ie-deprecated__wrapper{
  display:table-cell;
  vertical-align:middle;
  padding:1em;
}
.ie-deprecated__content{
  max-width:40em;
  margin:0 auto 3em auto;
}
.ie-deprecated header{
  background-image: url("../img/logo.png");
  background-size: 100px 67px;
  background-position: top center;
  background-repeat: no-repeat;
  padding:70px 0 0 0;

  font-size:0.9em;
  text-align: center;
  margin:0 0 30px 0;
  color:#999;
  text-shadow:0 1px 0 #fff;
}
.ie-deprecated main{
  display: block;
  text-align: left;
  background-color:#fff;
  border-radius:4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  padding:2em;
  color:#777;
}
.ie-deprecated h1{
  font-size: 1.5em;
  line-height:1.4em;
  margin:0.5em 0;
  color:#222;
  font-weight:normal;
}
.ie-deprecated p{
  margin:1em 0;
}
.ie-deprecated ul{
  margin:0;
  padding:0 0 0 1em;
  font-size:1em;
}
.ie-deprecated ul li{
  list-style: inside disc;
  margin:0.25em 0;
}
.ie-deprecated a{
  color:#1A7DC0;
}
.ie-deprecated a:hover,
.ie-deprecated a:focus{
  color:#1A7DC0;
}
