.notification a.close {
  width: 10px;
  float: right; }

.notification .content {
  font-size: 14px;
  font-weight: bold; }

.notification .info .content {
  color: #858585; }

.notification .error .content {
  color: #ff0234; }

.notification .success .content {
  color: #8dbe00; }

.notification {
  background-color: white;
  -webkit-box-shadow: 0px 1px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 10px; }

.notification .loading {
  text-align: center;
  position: relative;
  top: 15px; }

.notification .image {
  text-align: center; }

.notification img {
  border: 0;
  margin: 0; }
