body {
  padding: 16px;
  max-width: 460px;
  margin: 0 auto;
}

.fs-14 {
  font-size: 14px;
}

.responsive-button-helper {
  display: flex;
  justify-content: flex-end;
}

.success {
  background-color: lightgreen;
  color: green;
  padding: 10px;
  border-radius: 4px;
}

.fs14 {
  font-size: 14px;
}

.form-check-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.teams {
  font-weight: bold;
}

.date-time {
  /*font-family: 'Courier New', monospace;*/
  font-size: 12px;
  width: 110px;
  display: flex;
  justify-content: space-between;
}

button.btn-primary {
  background-color: #85150e;
  border-color: #85150e;
}

button.btn-primary:hover {
  background-color: #85150e;
  border-color: #85150e;
  opacity: 0.8;
}

input.form-check-input:checked {
  background-color: #85150e;
  border-color: #85150e;
}
input.form-control:focus {
  border-color: #85150e;
  box-shadow: 0 0 0 0.25rem rgba(133, 21, 14, 0.25);
}

select.form-select:focus {
  border-color: #85150e;
  box-shadow: 0 0 0 0.25rem rgba(133, 21, 14, 0.25);
}

input.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(133, 21, 14, 0.25);
  border-color: rgba(133, 21, 14, 0.25);
}

.two-inputs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.mr-3 {
  margin-right: 1rem;
}

.alert {
  margin-bottom: 0!important;
}

@media (max-width: 360px) {
  .form-check-label {
    align-items: flex-start;
    flex-flow: column;
  }
}

@media (min-width: 955px) {
  body {
    max-width: 955px;
    margin: 0 auto;
  }
  .responsive-helper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
