p {
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
 	line-height: 1.4;
}

li,
li li
{
 	line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul {
    margin-top: 5px;
    margin-bottom: 10px;
}

div.standAloneHelpPage h3:first-child,
div.standAloneHelpPage h4:first-child
{
 	font-size: 1.3rem;
 	font-weight: bold;
	font-style: normal;
 	color: #cc0033;
	margin: 0;
}


h3, h4 {
    margin-bottom: 10px;
}

h3 {
	margin-top: 20px;
}

h4 {
	margin-top: 10px;
}

td {
	line-height: 1.4;
}

#topTable,
#topTable a {
	color: #fff;
	background-color: #0d1a35;
}

#topTable button {
	padding-left:0.5em;
	padding-right:0.5em;
}

.helpTitle {
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.helpTitleElemSeparator {
	padding-right: 15px;
	margin-right: 15px;
    border-right: 1px solid #fff;
}

.helpCopyrightLine {
    text-align: right;
    padding: 5px;
	background: #dddddd;
}

.accessDirections {
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 8px;
	background-color: #ffebc3;
}

div.accessDirections ul {
	padding-left:1.5em;
	margin:0;
}

.toc {
	list-style: none;
	font-size: 1rem;
	font-weight: normal;
}

.inlineIcon {
	display:inline-block;
	position:relative;
	padding:0;
	vertical-align: text-bottom;
}

body>div>ul.toc {
	padding:0;
}
body>div>div>div>ul.toc>li {
	font-size: 1.2rem;
	font-weight: bold;
}

a:target {
	padding-top: 65px;
	margin-top: -65px;
	display:block;
}
