.misc_help_table .thead,
.misc_helpdoc_table .thead {
	    background: var(--forumhg);
    margin: 0em auto;
    box-sizing: border-box;
    padding: 1.3em 4em 0em 4em;
    line-height: 150%;
    border-top: solid 5px var(--andarna_onlight);
}
.misc_help_table .thead strong {
font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 0 0px 0;	
}
.misc_helpdoc_table .thead strong {
    font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 700;
    font-size: 19px;
    font-style: italic;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
	display: block;
}
.misc_help_table .tcat {
	background: var(--forumhg);
    margin: 0em auto;
    box-sizing: border-box;
    padding: 0em 4em 0.5em 4em;
    line-height: 150%;	
	font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 300;
    font-size: 12px;
	line-height: 150%;
}
.misc_help_table .tcat .smalltext {
    font-size: 12px;
}
.misc_help_table .tcat strong {
    font-weight: normal;	
}

.misc_helpdoc_table .trow1,
.misc_helpdoc_table .trow2 {
    padding: 1em 4em;	
	font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 200%;
    text-align: justify;
    color: var(--font_main);	
}
.misc_helpdoc_table table .trow1,
.misc_helpdoc_table table .trow2 {
    padding: 10px 0;
	background: var(--opacity0);
}
.misc_helpdoc_table table .trow5 {
	background: var(--forumhg_tablecat);
	padding: 3px 1px;
	line-height: normal;
}
	
.misc_help_row {
    padding: 0em 4em;	
}
.misc_help_row a {
	font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: var(--font_dlink);
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;	
}
.misc_help_row a:hover {
	background: var(--andarna_onlight);
	color: var(--font_onhigh);
}
.misc_help_row .smalltext {
	padding: 0px 0px 0px 20px;
    line-height: 150%;	
	font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 300;
    font-size: 12px;
	line-height: 150%;	
}
.misc_help_padding {
	background: var(--forumhg);
	padding: 0.5em 0;
}