body {
  font-family: Roboto;
  font-size: 16px;
}

h1 {
  font-size: 96px;
  font-weight: 100;
}

h2 {
  font-size: 60px;
  font-weight: 100;
}

h3 {
  font-size: 48px;
  font-weight: normal;
}

h4 {
  font-size: 36px;
  font-weight: normal;
}

h5 {
  font-size: 24px;
  font-weight: normal;
}

h6 {
  font-size: 20px;
  font-weight: bold;
}

.welcome {
  text-align: center;
  width: 100%;
}
.welcome input {
  margin: 0.5rem;
  width: calc(100% - 2rem);
  display: block;
}

button {
  outline: none;
  border: 1px solid grey;
  border-radius: 5px;
  padding: 0.5rem;
  font-size: 1rem;
  vertical-align: middle;
  margin: 0.5rem;
  background-color: white;
}
button .material-icons {
  font-size: 1rem;
  vertical-align: middle;
}

input {
  outline: none;
  border: none;
  border-bottom: 1px solid grey;
  padding: 0.5rem;
  font-size: 1rem;
}

.scroll-container {
  max-width: 100%;
  max-height: 100%;
}
.scroll-container table th {
  text-align: left;
}
.scroll-container table td, .scroll-container table th {
  padding: 0.25rem;
  white-space: nowrap;
}

.valid {
  color: green;
}

.invalid {
  color: red;
}

.center {
  text-align: center !important;
}

.center-container {
  position: fixed;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-version {
  padding: 1rem;
  text-align: center;
}
.service-version span {
  white-space: nowrap;
}
.service-version th {
  text-align: left;
}

.versions-view {
  padding: 2rem;
  position: fixed;
  max-width: 100%;
  max-height: calc(100% - 4rem);
  overflow: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.versions-view table {
  white-space: nowrap;
}
.versions-view table th {
  text-align: left;
}

.mono {
  font-family: monospace;
}
