.support-title {
	width: 100%;
	height: 128px;
	margin-bottom: 20px;
	display: block;
	vertical-align: middle;
	clear: both;
}

.support-title p {
	display: table-cell;
	vertical-align: middle;
}

.support-title img {
	max-height: 128px;
	max-width: 128px;
	float: right;
}

.support-title h1 {
	vertical-align: middle;
	display: table-cell;
	width: auto;
	text-align: left;
}

#content h1 {
	font-style: normal;
	border-bottom: none;
}

.faq_answer {
	margin-bottom: 50px;
	border-bottom: 2px solid #418dd9;
}

.faq_top {
	text-align: right;
}

.faq_questions li {
    margin-bottom: 8px;
}  

.faq_answers {
    margin-top: 50px;
    padding-top: 10px;
}  		

.faq_answers h2 {
    text-align: center;
}

h3 {
	text-align: left;
}

@media screen and (max-width: 400px) {
    .support-title {
        height: 64px;
    }
    
    .support-title img {
        max-height: 64px;
        max-width: 64px;
    }
    
    .support-title h1 {
        font-size: 24px;
    }
}
