.bg-danger {
  background: #dc3545!important;
}

.bg-success {
  background: #28a745!important;
}

.bg-info {
  background: #17a2b8!important;
}

.bg-warning {
  background: #ffc107!important;
}

.text-white {
  color:#fff!important;
}

.text-white a {
  color:#fff!important;
  text-decoration:underline!important;
}

.notices-list {
  margin-top: 30px!important;
}

.notice {
  max-width:450px;
  padding: 10px 20px;
  border-radius:12px;
  border: 2px solid rgba(255,255,255,.7);
  margin: 0 auto 30px;
  text-align: left;
}

.notice p, .notice ul, .notice ol {
  margin-bottom: 10px;
  margin-top: 10px;
}