/**
 * Styles for NSDA Tournament Calendar
 */

/* Tablesorter Tables */
.hide-column {
	display: none;
}

.tablesorter thead .disabled {
	display: none;
}

.nsda-calendar th:first-of-type, .nsda-calendar th:nth-of-type(2) {
	min-width: 100px;
}

.nsda-calendar th.tablesorter-header {
	background-color: #DBD6D2;
}

.nsda-calendar th:nth-of-type(3) {
	width: 50%;
}

div.calendar-filters {
	margin-bottom: 10px;
}

span.calendar-filter {
	margin-right: 20px;
}
select.calendar-filter {
	font-size: 14px;
}

/* Loading indicator */
.nsda-calendar {
    position: relative;
}

.calendar-loading {
    display: none;
}

