/* Set the colour of text used to state the version of HTML to orange */
.version-tag {
    color: #FF9800;
}

/* EXAMPLE PREVIEW STYLES
-------------------------------------------------- */

/* Set the default values of each heading and list item for the previews */
.h1 {
    font-size: 2em;
    font-weight: bold;
}
.h2 {
	font-size: 1.5em;
    font-weight: bold;
}
.h3 {
	font-size: 1.17em;
    font-weight: bold;
}
.h4 {
	font-size: 1em;
    font-weight: bold;
}
.h5 {
	font-size: 0.83em;
    font-weight: bold;
}
.h6 {
	font-size: 0.67em;
    font-weight: bold;
}
.li {
	padding-left: 15px;
	text-align: left;
}
/* Indents the list elements in code preview of lists */
.example ul {
	margin-top: 0px;
	text-align: left;
}
.example ol {
	margin-top: 0px;
	text-align: left;
}
