@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  body {
    line-height: 1.25;
    color: #212121;
  }
}

#browsermessagetoshow p {
  font-size: 18px;
}

div#browser-message {
  z-index: 9999;
  position: absolute;
}

#browsermessagetoshow h2 {
  font-size: 32px;
  font-weight: 400;
  color: #3dcd58
}

.display-none {
  display: none;
  visibility: hidden
}

.message-block,
.ie11-message-to-show {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

se-container.browser-support,
se-block.message-layout {
  visibility: visible !important;
}

div#browser-message ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.err-page-cont {
  display: flex;
  background-color: white;
  width: 100%;
  max-width: 100%;
  margin: 3%;
  overflow: none
}

.err-text {
  max-width: 60%;
  width: 60%;

}

.err-page-text {
  font-weight: 400;
  font-size: 18px;
}

.browser-list {
  padding-bottom: 1em;
}

div#browser-message li:first-child {
  padding: 1em 0;
}

.new-window-icon {
  width: 18px;
  filter: invert(72%) sepia(61%) saturate(1296%) hue-rotate(167deg) brightness(95%) contrast(90%);
}

.face-img{
  margin-left: 5%;
}

div#browser-message a {
  color: #42b4e6;

}