* {
  box-sizing: border-box;
}

body {
  background: #345;
}
input {
  width: 100%;
}

.form-check-label {
  display: block;
  float: left;
  padding-right: 10px;
  white_space: nowrap;
}

input[type='checkbox'] {
  width: 10px;
  vertical-align: middle;
}

a, a:hover, a:link, a:visited, a:active {
  color: grey;
  font-family: bold;
}

#tier_info a, #tier_info a:hover, #tier_info a:link, #tier_info a:visited, #tier_info a:active {
  color: blue;
  font-family: bold;
}

.btn {
  text-transform: none;
}
.center-item-col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.center-item-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.col {
  padding: 0;
}

.display_message {
  background:white;
  border-radius:5px;
  border:2px solid black;
}
.display_message_success {
  background:#88ee44!important;
}

.display_message_fail {
  background:#ee8844!important;
}

