.timesheet {
	width:100%;
    height: auto;
    margin: 0 ;
	background-color: transparent;
}

.timesheet .scale section { border-left-color:#e0e0e0; color:#2196F3; font-family:"Roboto"; font-weight:normal}
.timesheet .scale {border-right: 1px dashed #e0e0e0;}
.timesheet .data { font-family:'Roboto'; color:#212121; }

.timesheet .data li .date {display:none;}
.timesheet .data li .label  { font-weight:normal;}

