html, body {
	font-family: 'Open Sans', sans-serif;
}

.ad-wrapper {
	overflow: hidden;
}

.ad-wrapper ins {
	display: block !important;
	margin: 20px auto !important;
}

.hr {
	border-bottom: 2px solid #333;
	margin-bottom: 36px;
}

.w-120 {
	width: 120px;
}

#section-wrapper>div>a {
	color: inherit;
}

#section-wrapper>div>a:hover {
	text-decoration: none;
}

#section-wrapper>div>a>p, #section-wrapper>div>a>h2 {
	max-width: 450px;
	width: 100%;
}

#section-wrapper>div>a>p {
    border-left: 2px solid #7d7d7d;
    padding: 5px 0px 5px 10px;
}

.ctrl-btn {
    margin-top: 16px;
    background-color: transparent;
    border: 1px solid rgb(193, 193, 193);
    margin-right: 6px;
}

.ctrl-btn:hover {
    background-color: rgb(193, 193, 193);
    color: white;
}

.input-wrapper {
	margin-bottom: 6px;
}

.input-wrapper>span {
	margin-top: 6px;
	display: block;
}

.checkbox-wrapper>span {
	display: inline-block !important;
}

.checkbox-wrapper>input {
	position: relative;
	top: 3px;
}

.checkbox-wrapper>span {
	margin-left: 2px;
}

.input-wrapper>input:not([type='checkbox']):not([type='radio']), .input-wrapper>select {
	margin-top: 3px;
	padding: 1px 5px;
	/*margin-left: 6px;*/
	width: 160px;
	max-width: 100%;
}

table input {
	width: 100%;
	border: 1px solid #c7c7c7;
}

input[type="radio"] {
	margin-left: 6px;
	margin-right: 2px
}



footer {
	margin-top: 20px;
}

footer p {
	margin-bottom: 0px;
}

table {
	margin-top: 28px;
}

table th, table td {
	text-align: left;
}

#help-link-menu {
	list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-padding-start: 0em;
}

.help-section {
	margin-bottom: 16px;
}

.help-section strong {
	margin-bottom: 6px;
	width: 100%;
	display: block;
}

pre {
	background-color: transparent !important;
	border: none !important;
}

#section-wrapper {
	margin-bottom: 24px;
}

.back-btn-wrapper {
	position: relative;
}

.back-btn {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-top: 3px solid #333;
	border-right: 3px solid #333;
	transform: rotate(224deg);
	position: absolute;
	top: 13px;
	left: -16px;
	cursor: pointer;
}

emp {
	display: block;
	font-size: 0.9em
}