.infobox
{ font-family: Arial, "Liberation Sans", sans-serif;
  font-size:   14px;
  line-height: normal;
  border: 5px;
  border-radius: 5px;
  margin-left: 15px;
  padding: 5px;
}

.infobox-success
{ color:       rgb(60, 118, 61);
  line-height: normal;
  background:  rgb(223, 240, 216);
  border-color: #d6e9c6;
}

.infobox-danger
{ color:       #a94442;
  line-height: normal;
  background:  #f2dede;
  border-color: #ebccd1;
}

