.glossary-content ul {
	list-style: square;
    margin-left: 20px;
}
.glossary-content ul li {
    list-style-type: square;
}
.glossary-content ol {
	list-style: decimal;
    margin-left: 20px;
}
.glossary-content dl {
	margin: 0 0 24px 0;
}
.glossary-content dt {
	font-weight: bold;
}
.glossary-content dd {
	margin-bottom: 18px;
}
.glossary-content strong {
	color: #000;
	font-weight: bold;
}
.glossary-content cite,
.glossary-content em,
.glossary-content i {
	border: none;
	font-style: italic;
}
.glossary-content big {
	font-size: 131.25%;
}
.glossary-content ins {
	background: #ffc;
	border: none;
	color: #333;
}
.glossary-content del {
	text-decoration: line-through;
	color: #555;
}
.glossary-content blockquote {
	font-style: italic;
	padding: 0 3em;
}
.glossary-content blockquote cite,
.glossary-content blockquote em,
.glossary-content blockquote i {
	font-style: normal;
}
.glossary-content pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
.glossary-content abbr,
.glossary-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.glossary-content ins {
	text-decoration: none;
}
.glossary-content sup,
.glossary-content sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.glossary-content sup {
	bottom: 1ex;
}
.glossary-content sub {
	top: .5ex;
}
.glossary-content pre,
.glossary-content kbd,
.glossary-content tt,
.glossary-content var {
	font-size: 15px;
	line-height: 21px;
}
.glossary-content code {
	font-size: 13px;
}
.glossary-content strong,
.glossary-content b,
.glossary-content dt,
.glossary-content th {
	color: #000;
}
.glossary-content img.size-auto,
.glossary-content img.size-large,
.glossary-content img.size-full,
.glossary-content img.size-medium {
	max-width: 100%;
	height: auto;
}
.glossary-content .alignleft,
.glossary-content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.glossary-content .alignright,
.glossary-content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.glossary-content .aligncenter,
.glossary-content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.glossary-content img.alignleft,
.glossary-content img.alignright,
.glossary-content img.aligncenter {
	margin-bottom: 12px;
}
.glossary-content .wp-caption {
	background: #f1f1f1;
	border: none;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	text-align: center;
}
.glossary-content .wp-caption img {
	margin: 0px 5px 5px;
}
.glossary-content .wp-caption p.wp-caption-text {
	margin: 0 0 0px;
}
.glossary-content .wp-smiley {
	margin: 0;
}
