.date {
  position: relative;
  /*width: 70px;*/
  width: 10px;
/*  font-family: Georgia, serif; */
  color: #999;
  margin: 0 auto;
  float:left;
  text-align:center;
 }
 
.day, .month, .year {
  position: absolute;
  }
 
.day { 
 /* font-size: 30px;
  top: 15px; */
  font-size: .85em;
  top: 20px;
/*  bottom: 10px; */
  }
 
.month { 
/*  top: 0; */
  top: 0;
  left: 0;  
/*  font-size: 18px; */
  font-size: .85em;
  }
 
.year { 
  top: 19px;
  right: 0;
  font-size: 1em;
  /*rotation: -90deg !important;
   ** Hacks ** 
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);  */
  }