/** 
  @package microformats
  handles the styling of various microformats used
  */
  
/**
  @class date 
*/
.date {
  color: #7badb9;
  border: none;
  font-weight: bold;
}
