.alert {
  /* Reset bootstrap alert styling */
  text-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;

  /* New styling */
  padding: 15px;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  font-size: 16px;
}

.alert .inner {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

.alert .icon {
  float: left;
  margin-top: -3px;
}

.alert .message {
  padding: 0 30px;
}

.alert ul {
  margin: 0;
  padding-left: 25px;
}

.alert h3 {
  margin-top: 0;
}

.alert-message {
  background: #52ADB3;
  color: white;
}

.alert-success {
  background: #8CB63C;
  color: white;
}

.alert-error {
  background: #e53021;
  color: white;
}
