@CHARSET "ISO-8859-1";

<!--
body, html {
	height: 100%;
	width: 100%;
	background: #f0f1ef;
}

-->
.off-canvas-wrap, .inner-wrap {
	height: 100%;
}

.page {
	max-height: 100%;
	max-width: 100%;
}

.header-biomechanics {
	background: #f0f1ef;
	width: 100% !important;
	height: 25%;
}

.home-banner {
	margin-left: auto;
	margin-right: auto;
	height: 20%;
	width: 100%;
	display: block;
}

.accordion-navigation {
	border-style: solid;
	border-color: red;
	border-left: hidden;
	border-right: hidden;
	border-top: hidden;
}

.accordion .accordion-navigation.active>a, .accordion dd.active>a {
	background: silver;
}

.top-bar {
	background: #981f18;
}

.left-off-canvas-menu {
	background: #981f18;
}

div#page-div {
	border-bottom-style: solid;
	border-color: green;
	width: 100%;
	height: 800px;
	overflow: hidden;
}

span.references {
	color: blue;
}

.tissue-bm-images {
	width: auto;
	height: auto;
}

img.lab-images {
	max-width: 150px;
	max-height: 150px;
}

img.image-facilities {
	max-width: 200px;
	max-height: 200px;
}

.hand-hover {
	cursor: pointer;
	cursor: hand;
}

.button {
	background-color: black;
}

img.image-facilities {
	max-width: 200px;
	max-height: 200px;
}