﻿.alert, .alert-info, .alert-warning {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #E7E7E7 url(../imgs/alert-bg-info.png) no-repeat top left;
  padding: 6px 6px 6px 50px;
  margin: 10px 0 10px 15px;
  float: right;
  width: 45%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #c1c1c1; }

.alert-info {
  background: #B5DCED url(../imgs/alert-bg-info.png) no-repeat top left;
  border-color: #77bfde; }
  .alert-info a {
    border-bottom: #333; }
  @media screen and (max-width: 580px) {
    .alert-info {
      width: auto;
      margin: 10px 0;
      float: none; } }

.alert-warning {
  background: #B5DCED;
  border-color: #77bfde; }

/*# sourceMappingURL=utility.css.map */