div.messages {
  margin: 1.125em 0;
  padding: 0.5em 2.1875em 0.5em 0.875em;
  color: #c09853;
  border: 1px solid #fbeed5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
       background-color: #fcf8e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
div.messages a:link, div.messages a:visited {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
div.messages a:hover {
  text-decoration: none;
}
div.status, .ok {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
div.error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
div.warning {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
table tr.ok {
  background-color: #dff0d8;
}
table tr.error {
  background-color: #f2dede;
}
table tr.warning {
  background-color: #d9edf7;
}
div.messages ul {
  margin: 0 0 0 18px;
  padding: 0;
}
div.messages ul li {
  list-style-image: none;
}
div.messages p:last-child {
  margin-bottom: 0;
}