.sld-run-button {
	background: #2996cc;
	border-color: transparent;
	color: #fff !important;
	height: 32px;
	padding: 0 14px 0;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
	border: 1px solid #e0e2e3;
	font-size: 14px;
	display: inline-block;
}

tr.time-entry.outside-business-hours {
    background-color: #ffe5e5;
}

tr.time-entry.outside-business-hours:hover {
    background-color: #ffcccc;
}
