﻿div.categories {
	color: #fafafa;
	display: block;
	margin: 0 auto 73px;
	text-align: center;
	text-transform: uppercase;
}

	div.categories a {
		color: #43f6ff;
        font-size: 15px;
		padding: 0 10px;
		display: inline;
		cursor: pointer;
	}

		div.categories a:hover {
			text-decoration: underline;
		}

section.faqContainer {
	padding-bottom: 5px;
    margin: auto;
}

	section.faqContainer .content {
		display: block;
        margin: 0 auto;
        margin-top: -8em;
        padding-bottom: 1em;
        width: 65%;
	}


	dl {
		margin: 1.5em auto;
	}

	dl > dt {
		color: #43f6ff;
		font-size: 1.3em;
	}

	dl > dt:before {
		content: "Q. ";
		font-weight: bold;
	}

	dl > dd {
		font-size: 14px;
        margin: 1em 0 3em 50px;
		position: relative;
	}

    dl > dd > a {
        color: #FAFAFA;
    }

	dl > dd:last-of-type {
		margin-bottom: 0;
	}

	dl > dd:before {
		content: "A. ";
		font-weight: bold;
		position: absolute;
		left: -25px;
	}

	p.back
	{
		color: #43f6ff;
		margin-bottom: 3em;
		margin-right: 2em;
		margin-top: 1em;
		position: relative;
		text-align: right;
	}
	p.back > a
	{
		color: #43f6ff;
		text-decoration: none;
	}
	p.back > a:hover
	{
		color: #43f6ff;
		text-decoration: underline;
	}

div.faqItem {
	padding: 10px 68px;
}

section.content ul.sysreq {
    display: block;
}

div.questionItem h2 {
	color: #43f6ff;
	font-size: 1.3em;
}

	div.questionItem h2:before {
		content: "Q. ";
		font-weight: bold;
	}

div.answerItem td {
	vertical-align: top;
}

div.answerItem p.answerPoint {
	display: inline;
	margin: 0;
	margin-left: 20px;
	text-align: right;
	vertical-align: top;
	padding: 0;
	font-weight: bold;
}

div.answerItem p.answerBody {
	margin: 0;
	display: inline;
}

