.unsupported-background {
  background-color: #ffecec;
  height: 100vh;
  display: none;
}

.unsupported {
  width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: justify;
}

.unsupported img {
  height: 100px;
}

.unsupported .browsers-table {
  width: 100%;
  padding: 20px;
}

.unsupported .browsers-table table {
  margin-left: auto;
  margin-right: auto;
}

.unsupported .browsers-table table td {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: center;
}
