p {
	margin: 1em 0;
}
td, th {
	padding: 1px;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #dd5f38; /* #e45c06; */
	text-decoration: none;
}
a:hover {
	color: #dd5f38; /* #e45c06; */
	text-decoration: underline;
	outline: none;
}
a[href^=tel] {
	text-decoration: none;
	color: inherit;
}
ul {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 15px;
}
ol {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 15px;
}
div.notes {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #bcbec3;
	background: #ffffff;
}
div.notes-light {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #323232;
	background: #1e1e1e;
}
pre {
	margin: 2px 0px 2px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #323232;
	border-left: 20px solid #323232;
	background: transparent;
	font-size: 100%;
	color: #969696;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 120%;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #ff4b00;
}
h2 {
	font-size: 18px;
	color: #dd5f38; /*e45c06;*/
	margin-top: 15px;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	color: #464646;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	color: #dd5f38; /* #e45c06; */
}
h5 {
	font-size: 12px;
	color: #dd5f38;
}
h6 {
	font-size: 12px;
	color: #dd5f38;
}
#content h3 a:visited {
	color: #1c5b7e;
}
#content h3 a:link {
	color: #1c5b7e;
}
#content h3 a:hover {
	color: #1c5b7e;
}
li.item {
	float: left;
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	min-height: 150px;
	padding-left: 0;
	padding-right: 10px;
	padding-top: 10px;
}
