.box {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 16px;
  text-align: center; }

.boxRed {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 16px;
  text-align: center;
  border: 1px solid #d20000;
  background-color: #ffcebf; }
