dd {
	display: block;
    -webkit-margin-start: 40px;
}

.toc ul {
	padding-left: 0;
	margin-top: 0;
}

#tocHeading {
	margin: 0px;
}

#view1 {
	display: none;
}

#propertiesSection {
	display: none;
}

#view2 {
	display: none;
}

#view3 {
	display: block;
}

#view4 {
	display: none;
}

.letter {
     font-family: "Times New Roman", Times, serif;
     font-size: 40px;
     font-weight: bold;
}

.overview {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.search {
	display: inline-block;
	min-width: 300px;
	width: 35%;
}

#searchDiv {
	width: 100%;
}

#myinput {
	width: 100%;
}

.disabledToc {
	opacity: 0.5; /* Real browsers */
    filter: alpha(opacity = 50); /* MSIE */
    pointer-events: none;
    cursor: not-allowed;
}

.disabledToc a.tocATagCell:hover {
    background-color: #F5F5F5;
    cursor: not-allowed;
}

h1 {
	font-size: 1.7em;
    line-height: 1.5em;
}

dt {
	margin-top: 3px;
	margin-bottom: 3px;
}

h2.key {
	counter-reset: none;
	color: #3170aa;
    font-size: 1.3em;
    line-height: 1.1em;
    padding: 15px 0 10px 0;
    font-family: "Droid Sans", sans-serif;
    font-weight: bold;
}

div.oxNormalDiv h2:before {
	content:none;
	counter-increment: none;
}

h3:before {
	content:none;
	counter-increment: none;
}

div.tagATag {
	display: inline-block;
	background-color: #3170aa;
	color: white;
	border-radius: 3px;
	padding: 5px;
	cursor: pointer;
}

div.tagList {
	margin-left: 2em;
}

div.tagList div.tagATag {
	margin-bottom: 0.5em;
}

div.subProperties {
	margin-left: 1em;
}

li.tocItem {
	border-bottom-style: 1px solid grey;
}

li.tocItem + div {
	width: 100%;
}

li.tocTable {
	width: 100%;
}

li.tocTable.selected a {
	background-color: #306EA5;
	color: white;
}

li.tocTable.selected a:hover {
    background-color: #275885;
}

a.tagLinkATag {
	display: inline-block;
	background-color: #3170aa;
	color: white;
	border-radius: 3px;
	padding: 5px;
	cursor: pointer;
	text-decoration: none;
	padding-left: 9px;
	padding-right: 9px;
	margin-bottom: 5px; 
}

i {
	padding-left: 3px;
}

code {
	background-color: #eFF5FF;
}

code.noDefault {
	background-color: lightgrey;
	opacity: 0.5;
	border-radius: 3px;
	cursor: default;
	user-select: none;
	padding: 2px;
}

code.valueInGrey {
	background-color: lightgrey;
	border-radius: 3px;
	padding: 2px;
}

body {
	margin: 0px;
}

#tocHeading {
	padding: 0px;
	padding-top: 10px;
	align-self: flex-start;
	width: 290px;
}

#awesompleteDiv {
	align-self: center;	
	display: inline-block;
	position: relative;	
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}

.awesomplete {
	height: auto;
}

.awesomplete ul{
	padding-top: 6px;
}

.banner {
	background-color: #275885;
	height: 65px;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	background-color: #275885;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

#headingDiv {
	height: 100%;
	border-right: 1px solid black;
}

a.tocATag {
	width: 100%;
	font-size: 17px;
}

body {
	font-size: 17px;
	top: 0;
}

div.oxNormalDiv {
	padding-top: 0;
}

div#flexContentDiv {
	overflow-y: auto;
	position: absolute;
	left: 300px;
	top: 50px;
	right: 0;
	bottom: 0;
	height: auto;

	display: flex;
  	flex-direction: column;
}

div.tab {
	flex: 1;
}

body {
	overflow-y: hidden;
}

footer {
	background-color: #2D2D2D;
	color: white;
	padding: 12px;
	flex: none;
	margin-top: 50px;
}

footer a {
	color: white;
}

footer a:hover{
	color: white;
	text-decoration: underline;
}

footer div {
	text-align: right;
	font-size: 14px;
	padding-right: 15px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	line-height: 1.42857143;
}

li.moreItems {
	text-align: center;
	margin-top: 5px;
}

span#searchModeDiv {
	position: relative;
	z-index: 2;
	margin-top: 4px;
	margin-left: 5px;
	margin-bottom: 4px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 3px;
	background-color: lightgrey;
	color: rgb(85, 85, 85);
	border: 1px solid grey;
	overflow:hidden;
	text-align: center;
	display: inline-block;
	opacity: 0.75;
}

div#inputDiv {
	width: auto;
	display: inline-block;
	flex-grow: 1;
}

div#oxSearchDiv {
	width: 500px;
	background-color: white;
	border: 1px solid grey;
	border-radius: 5px;
	height: 37px;
	display: flex;

}

input#myinput {
	position: relative;
	width: 100%;
	background-color: none;
	border: none;
	padding-left: 3px;
	padding-right: 3px;
}


