*{
  margin: 0;
  padding: 0;
}

body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h3{
  clear: both;

  text-align: center;

  color: #ff6602;
}
p{
  font-size: 10px;
  font-weight: normal;

  clear: both;
}
p a{
  font-weight: bold;

  text-decoration: none;

  color: #000;
}
#mes,
#ano,
#days{
  font-weight: bold;
}
#days{
  font-size: 11px;

  color: #fff;
  background-color: #ff6602;
}
.daystwo{
  font-size: 11px;
}
.daystwo a{
  text-decoration: none;

  color: #fff;
}
.daystwo a:hover{
  color: #ccc;
}

#janeiro,
#fevereiro,
#marco,
#abril,
#maio,
#junho,
#julho,
#agosto,
#setembro,
#outubro,
#novembro,
#dezembro{
  float: left;

  margin: 5px;
}

.system-message{
  display: none;
}
