.message {
  border-color: rgb(0, 0, 0);
  background-color: rgba(221, 221, 221, 0.8);
  border-width: 1px;
  border-style: solid;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin: 10px;
  padding: 5px;
  color: rgb(0, 0, 0);
}

.message.green {
  border-color: rgb(51, 153, 0);
  background-color: rgb(238, 255, 238);
  background-color: rgba(238, 255, 238, 0.8);
  color: rgb(51, 153, 0);
}

.message.yellow {
  border-color: rgb(255, 153, 0);
  background-color: rgb(255, 255, 204);
  background-color: rgba(255, 255, 204, 0.8);
  color: rgb(85, 85, 85);
}

.message.red {
  border-color: rgb(204, 51, 0);
  background-color: rgb(255, 238, 238);
  background-color: rgba(255, 238, 238, 0.8);
  color: rgb(204, 51, 0);
}

.message.blue {
  border-color: #7E96BA;
  background-color: #D6E6FF;
  color: #3B5A9E;
}

.message.brick-red {
  border-color: #D84519;
  background-color: #FCDEC0;
}

.message h4.title {
  margin: 5px 5px;
  text-align: center;
}
