/*	Courses
	======================================================================= */

/*	Course Details
 	======================================================================== */

	table#course-summary td, table#course-summary th {
		text-align: left;
		vertical-align: top;
	}

	table#course-summary th {
		width: 100px;
	}

	ul#course-techniques {
		color: $textColour;
		list-style-type: square;
		list-style-position: inside;
		margin: 0px;
		padding: 0px;
		margin-left: 8px;
		padding-left: 8px;
	}

	ul#course-techniques li {
		margin: 4px 0px;
	}

/*	Course Map
	======================================================================= */

	table#coursemap {
		margin-top: 1.5em;
	}

	table#coursemap td {
		font-size: .9em;
		font-weight: bold;
		text-align: center;
		border-radius: 4px;
		padding: 4px 4px;
		width: 160px;
		vertical-align: top;
		text-align: left;
		background-color: #6A5343;
		cursor: default;
padding-bottom: 1.5em;
	}

	table#coursemap td a {
		display: block;
		text-decoration: none;
padding-bottom: .25em;
border-bottom: 2px solid;
border-bottom-color: rgba(61,61,61,.5)
	}
	table#coursemap td a:hover {
border-bottom-color: white;'
	}

	table#coursemap td p {
		font-size: 12px;
		font-weight: normal;
		text-align: left;
		color: white;
		text-shadow: none;
	}

	table#coursemap td h3 {
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		color: #000;
		margin: 0px 4px;
		color: white;
		text-shadow: none;
	}

	table#coursemap td.single {
		height: 32px;
	}

	table#coursemap td.core {
		border: 4px solid #4A3134;
	}

	table#coursemap td.advanced {
		border: 4px solid #999;
		background-color: #AE846C;
	}

	div#bar {
		background-color: black;
		height: 4px;
		width: 380px;
	}

	table#coursemap td#map-html {
		width: 280px;
	}

	table#coursemap td.path {
		background-color: #85877A;
	}

@media only screen and (max-width: 399px) {
	table#coursemap td p {
		font-size: .9em;
	}
	table#coursemap td h3 {
		font-size: .9em;
	}
}
