<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 10px;
  float: left;
  display: none;
  margin-top: 10px;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  padding: 10px;
  display: none;
  float: left;
  margin-top: 10px;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

li{
   list-style: none;
}</pre></body></html>