body {
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 0.9em;
	background-color: rgb(248,248,248);
}

#navbar {
	height: 48px;
	background-color: rgb(150,200,255);
}

#navbar li {
	display: inline;
	float: left;
}

#navbar ul {
/*	-webkit-padding-start: 0px;
*/	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	margin-block-start: 0;
	margin-block-end: 0;
}

#navbar a {
    display: block;
    padding: 12.5px 20px;
    /*border: 1px solid rgb(151,151,151);*/
    color: white;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: 600;
}
#navbar a:hover {
	text-decoration: underline;
}

#leftPanel {
	width: 300px;
	position: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100% - 48px);
	background-color: rgb(248,248,248);
}

#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   width:100%;
   background:#999;
}

audio {
	width: 100%;
	display: block;
}

#hidden {
	display: none;
}
/*	MAIN.CSS
	->	Text Display
		General */
table.gloss {
	display: inline;
	padding-right: 9px;
}

.topRow {
	font-weight: 600;
}

td {
	padding-left: 4px;
	padding-right: 4px;
	white-space: nowrap;
}
/*	MAIN.CSS
	->	Text Display
		Timed */

#video {
	width: 40vw; /* an attempt to avoid flickering scrollbar glitch */
    outline: none;
}

#centerPanel {
	position: fixed;
	margin-left: 300px;
	width: calc(100% - 300px);
	height: calc(100% - 48px);
	overflow-y: auto;
	overflow-x: hidden;
}

.labeledTimeBlock {
	clear: both;
	float: left;
	display: flex;
	padding-right: 10px;
	padding-top: 27px;
	padding-bottom: 27px;
	width: 100%;
}

.timeBlock {
	float: left;
	padding-left: 9px;
	overflow-x: auto;
}

span.timeStamp {
	padding-top: 3px;
	float: left;
	/*margin-right: 9px;*/
	margin-left: 9px;
	padding-right: 9px;
	text-align: center;
	min-width: 46px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: black;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.searchSentence {
	background-color: white;
	margin: 10px;
	padding: 5px;
	border-width: 3px;
	border-style: solid;
	border-color: rgb(100, 100, 100);
	border-radius: 5px;
	overflow-x: auto; 
}

.labeledSentence {
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
}

.speakerLabel {
	float: left;
	margin-top: 3px;
	font-weight: 600;
}
/*	MAIN.CSS
	->	Text Display
		Untimed */
#untimedTextDisplay {
	position: fixed;
	width: calc(100% - 300px);
	height: calc(100% - 48px);
	overflow-y: scroll;
	overflow-x: hidden;
}

.untimedBlock {
	clear: both;
	float: left;
	display: flex;
	padding-right: 10px;
	padding-top: 27px;
	padding-bottom: 27px;
	width: 100%;
	overflow-x: auto;
}

table.gloss {
	padding-left: 5px;
}

/*	MAIN.CSS
	->	Settings */

ul {
	list-style: none;
	-webkit-padding-start: 0px;
	-webkit-margin-before: 0.2em;
	padding-inline-start: 0px;
	margin-block-start: 0.2em;
}

#settings ul {
	margin-left: 10px;
	list-style: none;
}

#title {
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 700;
	font-size: 1.7em;
}

a:visited, a {
	color: black;
}

a:hover {
	font-weight: 600;
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
}

.hidden {
	display: none;
}

.minibarTabs {
	list-style: none;
	float: left;
	width: 100%;
	border-top: 2px solid rgb(151,151,151);
	border-bottom: 2px solid rgb(151,151,151);
	background: white;
/*	padding-left: 2%;
	padding-right: 2%;*/
}

.minibarTabs > li {
	float: left;
	width: 33.3333%;
	text-align: center;
}

.minibarTabs > li > a {
	height: 30px;
	display: block;
	padding: 5px 0px;
}

.minibarTabs > li:hover {
	background-color: lightsteelblue;
}

.minibarTabs > li.active {
	background-color: steelblue;
}

.minibarTabs > li > a > img {
	height: 30px;
}

.miniPage.hide {
    display: none;
}

.miniPage.active {
    display: block;
}

#miniPage {
	margin: 20px 20px;
}

#speakerList ul {
	margin-left: 17px;
	list-style: square;
}

video {
	display: none;
}

#index { 
	margin: 20px;
}

#indexTable {
	text-align: center;
}

#navLinks {
	float: right;
	margin-right: 20px;
}

#navTitle {
	float: left;
	margin: 7px 0px;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 700;
	font-size: 1.7em;
}

#navbar a:hover {
	background-color: rgb(119,156,200);
}

.loader {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10em;
}

#searchForm {
	margin: 20px;
}