#unit_table .published_td {
	text-align : center;
	width      : 10px;
}

#unit_table .title-column {
	min-width : 200px;
}

#unit_table .lessons-column {
	width : 130px;
}

.web-page-unit>.dataTable-container {
	margin : 10px 1rem;
}

#unit_table .dataTable-pending .view-lessons {
	cursor         : default;
	opacity        : .45 !important;
	pointer-events : none !important;
}

#unit_table .view-lessons {
	background : linear-gradient(to left,#4183c4,#1047a4) !important;
	color      : #fff !important;
}

#unit_table .view-lessons:hover {
	filter : hue-rotate(-25deg);
}
