#internet-explorer-version-exception {
  display: block;
  width: 550px;
  max-width: 100%;
  padding: 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 9999;
  border: 4px solid rgb(247, 197, 123);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
#internet-explorer-version-exception.closed {
  display: none;
}

/* Close */
#internet-explorer-version-exception .close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  outline: none;
}

/* Headline */
#internet-explorer-version-exception h2 {
  text-align: center;
  margin-bottom: 16px;
}
#internet-explorer-version-exception h2 i {
  position: relative;
  top: 3px;
  color: rgb(247, 197, 123);
}

/* Paragraph */
#internet-explorer-version-exception p {

}
