/* 
    Created on : 16 mai 2017, 14:14:27
    Author     : Philippe Tasch <tasch@sport50.com>
*/
.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; }
