.inline {
  display: inline-block;
}

.arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border-radius: 1em;
  margin: 0px 0.25em;
}

.arrow:hover {
  background-color: rgba(60,64,67,.08);
  outline: none;
}

.arrow:active {
  background-color: rgba(60,64,67,.12);
  outline: none;
}

.arrow:focus {
  background-color: rgba(60,64,67,.1);
  outline: none;
}

.block {
  padding: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  margin: auto;
}

.username {
  border-bottom: 1px solid #808080;
  width: 8em;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.status {
  display: block;
}

h3 {
  margin: 5px;
}

input {
  width: 75px;
  font-size: 20px;
  margin: 2px;
}

input[type=text] {
  cursor: text;
}

label {
  display: inline-block;
  width: 70px;
  margin-right: 5px;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
}

.submit {
  margin-top: 0.5em;
  background-color: #8FAADC;
  color: white;
  padding: 0.5em;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25em;
}

.submit:disabled {
  background-color: #808080;
}

.bold {
  font-weight: bold;
}

table {
  font-size: 11px;
}

.marker {
  background-color: #c1ffe0;
}