.alert {
  position: relative;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid transparent;
  border-radius: 2px;
  border-top-width: 10px
}
.alert-heading {
  color: inherit
}
.alert-link {
  font-weight: 700
}
.alert-dismissible {
  padding-right: 4rem
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.25rem;
  color: inherit
}
.alert-success {
  color: green;
  border-color: green;
  background-color: #dff0d8
}
.alert-success hr {
  border-top-color: #006700
}
.alert-success .alert-link {
  color: #004d00
}
.alert-info {
  color: #385273;
  border-color: #385273;
  background-color: #d9edf7
}
.alert-info hr {
  border-top-color: #304662
}
.alert-info .alert-link {
  color: #273a51
}
.alert-warning {
  color: #ff8000
}
.alert-warning hr {
  border-top-color: #e67300
}
.alert-warning .alert-link {
  color: #c60
}
.alert-danger {
  color: #900;
  border-color: #900
}
.alert-danger hr {
  border-top-color: maroon
}
.alert-danger .alert-link {
  color: #600
}
.alert i {
  float: left;
  margin: 0 15px 0 0;
  font-size: 36px
}
.anw-alert-content {
  overflow: hidden;
  hyphens: auto;
  word-wrap: break-word
}
.anw-alert-content a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline
}
.anw-alert-content a:hover {
  background: 0 0
}
.alert-warning {
  border-color: #ffc266;
  background-color: #fff5e6
}
.alert-danger {
  background-color: #f2dede
}
div[class*=anw-secondary] {
  border-width: 0;
  background-color: #efeff0
}
div[class*=anw-secondary] .anw-alert-content {
  color: #333
}