div.courses-widget table {
	width: 100%;
}

div.courses-widget table thead th {
	font-weight: bold;
}

div.courses-widget .course-name {
	width: 150px;
}

div.courses-widget .course-summary {
	min-width: 150px;
}

div.courses-widget .course-completed {
	width: 100px;
}

div.courses-widget .course-actions {
	width: 60px;
}

div.courses-widget ul#course-filters {
	overflow:auto;
	margin-bottom: 10px;
}

ul#course-filters li {
	float: left;
	width: 150px;
	list-style-type: none;
	margin-right: 20px;
}

ul#course-filters li a {
	display: block;
	padding: 5px 10px;
	border: none;
	background: #0079c1;
	border-radius: 5px;
	text-align: center;
	color: #ccc;
}

ul#course-filters li a.active,
ul#course-filters li a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: white;
}

table#courses-table thead tr th,
table#courses-table tr.course-row td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px solid #ddd;
}

table#courses-table tr.pagination-controls-row td,
table#courses-table tr.no-available-courses td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}