/* sortable courses table */
table.courses {
    width:100%;
    margin-bottom:1.25em;
	border-collapse:collapse;
}
#head {
	background:none repeat scroll 0 0 #efefef;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
@media all and (min-width: 768px) {
	td {
		border-bottom:1px solid #cccccc;
	}
}
@media all and (max-width: 768px) {
	td.bottom-field {
		border-bottom:1px solid #cccccc;
	}
}
table.courses tr {
	background-color:white !important;
}
.sorted {
  font-weight: bold;
}
div.course-list table th { 
    background: none repeat scroll 0 0 #EFEFEF; 
    border-bottom: 1px solid #CCCCCC; 
    border-top: 1px solid #CCCCCC; 
    white-space: nowrap; 
}
div.course-list table td { 
    background: none repeat scroll 0 0 #FFFFFF; 
    border-bottom: 1px solid #CCCCCC; 
}
th.sort a {
  text-decoration: none;
  display: block;
  background:  url(../images/sort-icons.png) no-repeat 0 6px;
  padding-left: 20px;
  border-bottom: none;
}
th.sorted-desc a {
  background-position: 0 -47px;
}
th.sorted-asc a {
  background-position: 0 -97px;
}
/* ---------------------- */
div.course-list th {
    color:#003b71;
    font-weight:bold;
}

.description > td {
    border-top: 1px solid #fff;
    margin-top: -1px;
    padding-left: 28px;
}
