.outdated-browser-wrapper {
  background-color: #f7f7f7;
  height: 100vh;
  text-align: center;
}

.outdated-browser-wrapper:before {
  content: '';
  height: 100%;
  line-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.outdated-browser-message {
  max-width: 65%;
  display: inline-block;
  vertical-align: middle;
  font-family: 'FuturaPTDemi-Reg', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  padding: 50px 0;
  color: #777;
}

.outdated-browser-list {
  margin-top: 20px;
}

.outdated-browser {
  display: inline-block;
  margin: 0 10px;
}

.outdated-browser-icon {
  display: block;
  width: 100px;
  height: 100%;
  border: 0;
}
