/*
div.bswcourse-slider {
    display: none;
}

#courses-list td.dt-control::before {
	height: auto;
	width: auto;
	margin-top: 0;
	display: inline-block;
	color: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: inherit;
	line-height: inherit;
	content: "+";
	background-color: transparent;
	font-size: 1rem;
	padding: 0 5px;
}

#courses-list tr.dt-hasChild td.dt-control::before {
	content: "-";
	background-color: transparent;
}
#courses-list tr.dt-hasChild {
	background: #d7f4d7;
}
#courses-list tr.dt-hasChild.shown + tr {
	background: #e5ffe5;
}
*/
#courses-list tr { cursor: pointer; }
#courses-list tr:hover {
	transition: box-shadow 0.25s;
	box-shadow: 0 0px 28px rgba(0,0,0,0.25), 0 0px 10px rgba(0,0,0,0.22);
}
.course-link {
	color: inherit;
}
.course-link:hover {
	color: inherit;
	text-decoration: none;
}

#courses-listgroup td table { width: auto !important;}
#courses-listgroup td  .accordion-body table { width: 100% !important;}
#courses-listgroup tbody tr > td:first-of-type {font-weight:700;}
#courses-listgroup table tr > td:first-of-type {font-weight:400;}
#courses-listgroup .accordion-header .accordion-button, .accordion-header .accordion-button.text-normal {font-weight:400;text-transform: none;}
