.alert-sm {
  padding: 0.3125rem 0.625rem;
}

.alert {
  margin-top: 1rem;
  color: #fff;
}

.alert a {
  color: #fff;
  font-weight: bold;
  font-style: italic;
}

.alert-success a:hover,
.alert-success a:focus {
  color: #2b542c;
}

.alert-info a:hover,
.alert-info a:focus {
  color: #245269;
}

.alert-warning {
  color: #000;
}

.alert-warning a {
  color: #000;
}

.alert-warning a:hover,
.alert-warning a:focus {
  color: #66512c;
}

.alert-danger a:hover,
.alert-danger a:focus {
  color: #843534;
}

.alert-light {
  color: #6a6a6a;
}

.alert-light a:hover,
.alert-light a:focus {
  color: #6a6a6a;
}
