.ie-browser-message {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fcfcfc;
  height: 100vh;
  width: 100%;
  z-index: 10;
}

.ie-browser-message__logo {
  width: 130px * $base-unit;
  height: 27px;
  margin-bottom: $logo-stack;
  margin-top: 40px;
  margin-left: 40px;
}

.ie-browser-message__app-name {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 12vh;
  color: rgba(0, 0, 0, 0.64);
}

.ie-browser-message__app-name-subline {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  font-style: normal;
  color: rgba(0, 0, 0, 0.44);
  margin-bottom: 40px;
}

.ie-browser-message__ribbon {
  position: relative;
  background-image: linear-gradient(
    90.12deg,
    #fcfcfc 10.5%,
    #ffffff 31.68%,
    #ffffff 72.18%,
    rgba(250, 250, 250, 0) 90.22%
  );
  padding-top: 30px;
  padding-bottom: 90px;
}
.ie-browser-message__ribbon :before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  height: 1px;
  width: 100%;
  background-image: linear-gradient(
    90.12deg,
    #fcfcfc 10.5%,
    rgba(0, 0, 0, 0.03) 31.68%,
    rgba(0, 0, 0, 0.03) 72.18%,
    rgba(250, 250, 250, 0) 90.22%
  );
}
.ie-browser-message__ribbon :after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 1px;
  width: 100%;
  background-image: linear-gradient(
    90.12deg,
    #fcfcfc 10.5%,
    rgba(0, 0, 0, 0.03) 31.68%,
    rgba(0, 0, 0, 0.03) 72.18%,
    rgba(250, 250, 250, 0) 90.22%
  );
}

.ie-browser-message__title {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px;
  color: rgba(0, 0, 0, 0.84);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ie-browser-message__text {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(0, 0, 0, 0.64);
  padding-left: 100px;
  padding-right: 100px;
}

.hide-markup {
  display: none;
}

.show-markup {
  display: block;
}
