html {
  font-size: 16px !important;
}

body {
  background: #c9ffd3;
  background: #000;
}

.item {
  border: 5px solid #343a40;
}

.topRow {
  background: #eee;
}

.bottomRow {
  background: #000;
  min-width: 26%;
}

.postnummer {
  font-size: 3rem;
  font-weight: bold;
}

.stad {
  font-size: 2rem;
  color: green;
}

.port {
  font-size: 2.7rem;
  padding: 15px;
  font-weight: bold;
}

.tid {
  color: white;
  background: black;
}

.xtra {
  background: #ff52d6;
  text-transform: uppercase;
  font-weight: bold;
  word-break: break-word;
  font-size: 0.8rem;
}

.yellow {
  color: yellow;
  background: black;
}

.red {
  color: red;
  background: #000;
}

input[type="text"] {
  box-shadow: 0 2px 2px #000;
  text-align: center;
  color: blue !important;
  font-size: 16px !important;
}

@media screen and (max-width: 600px) {
  html {
    word-break: break-all !important;
  }
  .postnummer {
    font-size: 1.5rem;
  }
  .stad {
    font-size: 1rem;
  }
  .port {
    font-size: 1.1rem;
  }
  .tid {
    font-size: 0.7rem;
  }
}