.cal-event-container{
	margin-top:8px;
	line-height: 15px;
}
.ev-info{
	display: inline-block;
    width: 100%;
    padding: 2px 5px;
    font-size: .70em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
}

.punch-in-info{
    font-size: 15px;
    color: green;
	display: block;
    margin-top: -6px;
}
.punch-out-info{
	display: block;
	font-size: 15px;
    font-weight: 500;
    line-height: 0;
    color: #f39c12;
    margin-top: 5px;
	white-space: nowrap;
}
.total-hours-info{
	display: block;
	font-size: 15px;
	margin-top: 15px;
    font-weight: 500;
    line-height: 0;
    color: #3c8dbc;
    white-space: nowrap;
    
}