

p {
   margin: 20px 0;
}

li {
	color: #222222;
	line-height: 24px;
	margin-left: 15px;
        list-style-position: outside;
}

h2 {
	margin-bottom: 20px;
}

h3 {
	margin-bottom: 10px;
}

ol {
        line-height: 24px;
}

ul {
	left: 5px;
}

.qbutton.tiny {
    height: 22px;
    line-height: 23px;
    font-size: 9px;
    border-radius: 3px;
}

.footer_top ul {
	list-style-position: outside;
	list-style-type: square;
        padding-left: 15px;
}

.header_top {
	line-height: 30px;
	padding-top: 7px;
        padding-bottom: 7px;
}

.box_holder {
min-height:300px;
}

@media only screen and (max-width: 480px){
nav.mobile_menu > ul{
display: block !important;
}
}