.unsupported-browser-fallback {
  display: none;
}

html.clux-unsupported-browser .unsupported-browser-fallback {
  display: block;
}

html.clux-unsupported-browser app-root {
  display: none;
}

.unsupported-browser-fallback__backdrop {
  background: rgba(0, 0, 0, .55);
  bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
}

.unsupported-browser-fallback__dialog {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  margin: 60px auto;
  max-width: 95%;
  text-align: center;
  width: 560px;
}

.unsupported-browser-fallback__body {
  padding: 50px 30px 0;
}

.unsupported-browser-fallback h3 {
  color: #333;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  margin: 0 0 10px;
}

.unsupported-browser-fallback p {
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin: 0 0 40px;
}

.unsupported-browser-fallback__icons {
  table-layout: fixed;
  width: 100%;
}

.unsupported-browser-fallback__icons td {
  vertical-align: top;
  width: 25%;
}

.unsupported-browser-fallback__icon {
  height: 76px;
  line-height: 76px;
}

.unsupported-browser-fallback__icon img {
  max-height: 64px;
  max-width: 64px;
  vertical-align: middle;
}

.unsupported-browser-fallback__browser-name {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 7px 0 25px;
}

.unsupported-browser-fallback__footer {
  padding: 0 30px 30px;
  text-align: center;
}

.unsupported-browser-fallback__button {
  background: #00a160;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  min-width: 150px;
  padding: 12px 24px;
}
