.nowrap {
  white-space: nowrap;
}

ul li.sman_cat_headline {
  font-weight: bold; 
  margin: 5px 0; 
  list-style-type: none;
  font-size: 1.2em;
}

.semaforo {
	display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: auto;
}

.semaforo.buchbar {
    background: lightgreen;
}

.semaforo.garantiert {
    background: darkgreen;
}

.semaforo.ausgebucht {
    background: red;
}

.semaforo.cerrado {
    background: lightgrey;
}

table.sman-module-course-table .footer_notes {
	text-align: right;
}

table.sman-module-course-table .footer_notes span.semaforo {
    margin-left: 10px;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
	table.seminarman-course-table,
	table.seminarman-course-table thead,
	table.seminarman-course-table tbody,
	table.seminarman-course-table tfoot,
	table.seminarman-course-table tr,
	table.seminarman-course-table th,
	table.seminarman-course-table td {
		display: block;
	} 
	
	table.seminarman-course-table thead {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.seminarman-course-table tr {
		border: 1px solid #ccc;
	}
	
	table.seminarman-course-table td {
		/* Behave like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50% !important;
		white-space: normal;
		text-align:left;
		
		min-height: 1em;
		overflow: hidden;
	}
	
	table.seminarman-course-table td.res_full {
		padding-left: 0;	
	}
	
	table.seminarman-course-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	
	/*
	Label the data
	*/
	table.seminarman-course-table td:before {
		content: attr(data-title); 
	}
	
	table.seminarman-course-table td.responsive_nv {
		display: none;
	}
	
}
