.fixed-size-150px-active-courses .columns {
	 max-height: none !important;
	 height: auto !important;
	 min-height:250px;
}
.fixed-size-150px-active-courses {
	max-height: none !important;
}

/* show/hide active courses */

.active_course_display {
	display: flex;
}

li.current.page-item  > a.page-link {
	background-color: #dee2e6 !important;
}
li.page-item  > a.page-link:hover {
	background-color: #00bfff !important;
	color: #ffffff !important;
}
ul.pagination.pagination-sm {
	padding-left: 15px !important;
}

/* to prevent pagination displaying tiny numbers on desktop, we override pagination-sm style */
@media screen and (min-width: 768px){
	a.page-link {
		padding: .5rem .75rem !important;
		line-height: 1.25 !important;	
	}
}

@media screen and (max-width: 768px){
	.fixed-size-150px 
	{
		max-height: 100% !important;
	}
	.mobile-text 
	{
		font-size: 10px !important;	
	}
	.mobilebtnStyles 
	{
		width: 91px;
		height: 28px;
	        font-size: 10px;
	}
	.active_course_display{
		display: block;
	}
}

.arrow_course_button {
	margin-bottom: 1px;
}

.arrow_course_button a {
	width: 100%;
	text-align: start;
	white-space: wrap;
}
