/*Tables*/

/* Table style for "table" dropdown selection */
.table > thead > tr > th {
    border-bottom: 2px solid #555;
    color: #006411;
    font-size: 1.07em;
	padding-bottom: 3px;
}

/* Table style for "table-bordered" dropdown selection */
.table-bordered > thead > tr > th {
	border: 1px solid #555 !important;
	border-bottom: 3px solid #555 !important;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;	
}
.table-bordered {
	border: none !important;
}
.table-bordered thead {
	background-color: #808080;
}
.table-bordered > tbody > tr {
	border-bottom: 3px solid #ccc !important;
}
/* Table style for "focus-highlight" dropdown selection, used in Past Events */
#s-lg-guide-main .focus-highlight h3 {
	color: #000;
}
#s-lg-guide-main .focus-highlight p {
	color: #555;
}
table#courses_2016 tbody tr:hover { color: #555; }

