/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

.cal_div_daynames {
    height:25px ! important;
    line-height:25px;
    color:black;
    font-weight:bold;
    text-align:center;
	width:13.90%;
	float:left;
	margin:0px;
	padding:0px;
    /* inizio: per ridurre problemi in visualizzazione mobile... */
    overflow: hidden;
    text-overflow: ellipsis;
    /* fine: per ridurre problemi in visualizzazione mobile... */
}