/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 .alert-info {
  background-color: #222222;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }
