/* -------------------------------------------------------------------------------------------------- */
/* Use this file for adding your own custom css, it will override all the other css in this theme. */
/* -------------------------------------------------------------------------------------------------- */
.errorbox
{
	display: block;
	position: relative;
	padding: 5px 0 5px 0;
	border: 2px red solid;
	color: #fff;
	background-color: #ff6b6b;
	text-align: center;
	font-size: 16px;
	font-style: italic;
}

ol, ul {
color: #525151;
font-size: 1.2em;
list-style-position: outside;
list-style-type: disc;
line-height: 1.8;
margin: 5px 0;
}

.number { list-style: decimal inside; }
.letter { list-style: lower-alpha inside; }
.roman { list-style: upper-roman inside; }
.square { list-style: square inside; }
.bullet { list-style: disc inside; }
.circle { list-style: circle inside; }
