.hfbTextReduced {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}		
.hfbTextExpanded {
// Solo cuando se usa el float
//   overflow: hidden;
//   text-overflow: ellipsis;
//   display: -webkit-box;
}
.hfbSeeRight {
  cursor:pointer;
  color: #3498db; 
//	float: right; 
}
.hfbSeeBottom {
  cursor:pointer;
  color: #3498db; 
  display:block; 
}
.hfbSeeRight:hover, .hfbSeeBottom:hover{
//  font-style: italic; 
//  text-shadow: 1px 1px 1px #555;
//  text-decoration:underline;
}
//.hfbSeeBottom:hover {
//  font-style: italic; 
//  text-shadow: 1px 1px 1px #555;
//  text-decoration:underline;
//}

.status-day:nth-child(n+9) { 
	display:none; 
}
.whitespace-pre-wrap {
}