main {
	word-break: break-word;
}

.uu-nav {
	background-color: #372c2c;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
	.nav-link {
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		line-height: 14px;
		text-transform: uppercase;
		text-decoration: none;
		opacity: .85;
	}
	.nav-link:focus {
		background-color: #372c2c;
	}
}

.uu-logo {
	height: 38px;
	margin: 15px 0px 15px 15px;
	padding-right: 28px;
	border-right: 1px solid #463c3c;
}

footer {
	background-color: #372c2c;
	color: #fff;
}

a:not(.nav-link):not(.list-group-item):not(.btn) {
    text-decoration: underline !important;
}

a:hover:not(.nav-link):not(.list-group-item):not(.btn) {
    text-decoration: none !important;
}

table {
	word-break: normal;
}

nav.navbar button.navbar-toggler {
    padding-left: .2rem;
    padding-right: 0;
}

nav.navbar ul.navbar-nav li.nav-item a.nav-link {
    /* Winning the battle of specificity, but losing the war... */
    padding-left: 0;
    padding-right: 0;
    margin: 0 1rem;
}

.breadcrumb-list{
	margin-top: 0;
	margin-bottom: 0;
}

.breadcrumb-list li {
	display: inline-block;
	padding-left: 15px;
	border-right: 1px solid #dddddd;
}

.breadcrumb-list li:last-child {
	border-right: none;
}


/* Hiding the checkbox, but allowing it to be focused */
.badgebox {
	display: none;
}

.badgebox + .badge {
	text-indent: -999999px;
	width: 20px;
}

.badgebox:focus + .badge {
	box-shadow: inset 0 0 5px;
}

.badgebox:checked + .badge {
	text-indent: 0;
}

#filter-controls span.badge {
	background-color: #c2c2c2;
}

#filter-controls .list-group-item {
	padding: 0.35rem 1.25rem !important;
}

.accordion-button, #heading4, #heading5 {
	padding: .5em;
}

#filter-show {
	height: min-content;
	margin-left: .25rem;
	margin-top: .25rem;
}

#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	background: #21201f;
	color: #fff;
	cursor: pointer;
	border: 1px solid #c2c2c2;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
#back-to-top:hover {
	background: #56555e;
}
#back-to-top.show {
	opacity: 1;
}

.bg-search{
	background: #f7f7f7;
}

#custom-handle {
	width: 3em;
	height: 1.6em;
	top: 50%;
	margin-top: -.8em;
	text-align: center;
	line-height: 1.6em;
}

#unit-slider {
	display: none;
}

.class-info.card .card-body {
	position: relative;
	justify-content: space-between;
	margin: 0;
}

.class-info.card .card-body .buttons {
    float: right;
    margin-bottom: 1rem;
}

.class-info.card .card-body .buttons a.btn {
	margin-left: .5em;
	white-space: nowrap !important;
}

.class-info.card .card-body hr.class-notes-divider {
    clear: both;
}

.class-info.card table.time-table {
	max-width: 35rem;
}

.class-info.card table.time-table > thead > tr {
    border: none;
}
.class-info.card table.time-table > thead > tr > th {
	border: none;
}

.class-info.card table.time-table > tbody > tr > th {
	border: none;
}

.class-info.card .session > a {
	font-weight: bold;
}

.class-info.card .session span {
    display: table;
}

.class-info .card-body ul > li {
	display: inline-block;
	margin-right: 1em;
}