/* Last changes on 13 Jun 2016 */

* {
	font-family: 'Avenir Next', 'HelveticaNeue-Light',  'droid sans';
}

body {
	margin: 0px;
	background-color: rgba(153,154,155,.1);
	color: rgba(50, 50, 50,1);
	font-size: 100%;
	line-height: 165%;
	padding: 10px;
	letter-spacing: 0.01em;
}


.sectionTitle, #sectionHeader, #sectionList h3 {
    border-bottom: 2px solid #12a9b9;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    color: #127599;
    background-color: #e8f4f8;
    padding: 10px;
    margin-bottom: 10px;
}
#sectionHeader {
	position: fixed;
	top: 0px;
	width: 100%;
	margin: 0px;
	margin-left: -10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 6px;
	background-color: white;
	display: none;
}

#sectionList {
	display: none;
	border: 5px solid  rgba(153,154,155,.05);
	position: fixed;
	top: 2px;
	right: 2px;
	padding: 0px 10px;
	background-color: white;
	font-size: 80%;
	max-height: 75%;
	overflow-y: scroll;
}

#secImage {
	vertical-align: middle;
	padding-left: 0.5%;
	height:30px;
}

#sectionList h3 {
	padding: 2px;
	margin: 2px;
}

#sectionList a {
	text-decoration: none;
	color: rgba(18,169,185,.8);
}

hr {
	border: none;
}

.prev, .next {
	font-size: 110%;
	color: rgba(18,169,185,.8);
}

.prevNext {
	text-align: right;
	position: absolute;
	right: 10px;
	letter-spacing: 0.01em;
	display: none;
}

.table_wrapper {
	overflow-x: scroll;
}

h5.title {
	width: 100%;
	text-align: right;
	color: rgba(18,169,185,0.2);
	font-family: "Avenir Next Condensed", HelveticaNeue-Light, Avenir-Light;
	margin: 0 2px;
}

#url {
	position: fixed;
	bottom: 4px;
	right: 4px;
	margin: 0;
	color: green;
	font-size: 120%;
	font-weight: 100;
	margin: 0 4px;
	display: none;
}

.popup {
	padding: 0px 4px;
	border: 1px solid rgba(18,169,185, 0.5);
	border-radius: 20px;
}

.popup.selected {
	background: rgba(18,169,185, 0.99);
	color: white;
}

#popup {
	position: fixed;
	top: 20%;
	left: 10%;
	display: none;
	height: auto;
	max-height: 60%;
	width: 80%;
	background: rgba(18,169,185, 0.99);
	border: 4px solid rgba(18,169,185, 0.5);
	border-radius: 20px;
	padding: 2px 6px;
	overflow-y: scroll;
}

#popup h4 {
	font-size: 70%;
	color: green !important;
}

#backButton {
	position: fixed;
	top: 2px;
	left: 2px;
	height: 30px;
	border: 1px solid red;
	z-index: +1;
	font-size: 60%;
	display: none;
}

.yellow {
	background: yellow;
}

.lightyellow {
	background: lightyellow;
}

.expandedTOC {
	margin: 0px;
	margin-left: -10px;
	margin-top: -10px;
	color: rgba(114,169,233,1);
	font-size: 100%;
	line-height: 165%;
	padding: 10px;
	letter-spacing: 0.01em;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	min-height: 300px;
}

.expandedTOC .level {
	color: black;
}

th, td {
	vertical-align: bottom;
	padding: 8px;
	border-style: solid;
	border-width: 0.2px;
	border-color: rgb(211,211,211);
	background-color: #e5e5e5;
	border-bottom-width: thin !important;
	border-right-width: thin !important;
}

tr:first-child td {
	border-top-width: thin !important;
}

a[href^="../"] {
	/* padding: 0px 4px;
	border: 1px dashed rgba(18,169,185, 0.5);
	border-radius: 20px;
	xtext-decoration: none; */
}

a[href^="#"] {
	padding: 0px 4px;
	/* border: 1px dotted rgba(18,169,185, 0.5);
	border-radius: 20px;
	xtext-decoration: none; */
}

a[href^="http:"] {
	padding: 0px 4px;
	/* border: 1px dotted rgba(18,169,185, 0.5);
	xborder-radius: 20px;
	xtext-decoration: none; */
}

a[href^="popup:"] {
	padding: 0px 4px;
	/* border: 1px dashed rgba(18,169,185, 0.5); */
	xborder-radius: 20px;
	xtext-decoration: none;
}
