<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h2 {
margin-top:50px; float:left;}
em {
	font-weight:600;
}
#helpcontainer {
    font-size: 0.95em;
    padding: 30px 100px 30px 100px;
    width: auto;
}
#helpcontainer ul {
	display:inline-block;
	padding:0;
	font-size:0.9em;
	width:100%;
}
#helpcontainer li {
	margin:0;
	padding:0;
	vertical-align:bottom;
	border:none;
}

#helpcontainer ol li{
    padding-left: 30px;  color: #555;
    letter-spacing: 0;
    line-height: 2em;
    margin-bottom: 2px;
    margin-top: 7px;
    word-spacing: 0;
    font-size: 0.9em;

}

#helpcontainer li p{
    margin-bottom: 0;
}

#helpcontainer li.questionLi {
	width:100%;
    font-size: 1.4em;
    padding-top: 40px;
    color:#60b34d;
}
#helpcontainer li.topLi {
    padding-top: 20px;
}

#helpcontainer li.topLiSub {
    padding-top: 10px;
}

p#helpIntroduction {
	width:650px;
	float:left;

}

#toggle-view {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
#toggle-view li p {
	margin-bottom:10px;
	margin-top:30px;
}
#toggle-view li {
	border: 1px solid #EDEDED;
	cursor: pointer;
	margin-left: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	position: relative;
	background:#fff;
	background-image:url(/content/images/backgrounds/section_gradient_down.png);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:7px;
}
#toggle-view li:hover h3 {
	color:#0088cc;
}
#toggle-view h3 {
	margin:0;
	font-weight:400;
	font-size:1em;
}
#toggle-view span {
	position:absolute;
	right:20px;
	top:17px;
	color:#0088CC;
	font-weight:600;
}
#toggle-view .panel {
	display:none;
}
.topic{
	padding-left:230px;
	font-size:0.95em;
	position:relative;
	border-bottom:1px solid #ededed;
	margin-bottom:40px;
	padding-bottom:20px;
	float:left;
	width: 68%;
    color:#555
	}
.topic h3{
	position:absolute;
	left:0px;
	width:190px;
	}	
#promoBanner{
    display: none;
}


#helpheader {
    position:relative;
    padding-bottom:0;
    float:left;
    width:100%;
}
#helpheader p {
    border-bottom: 0 none;
    margin-bottom: 0px;
}
p#helpIntroduction {
    border-bottom: 1px solid #efefef;
    color: #333;
    float: left;
    margin-top: 0 !important;
    padding-bottom: 25px;
    padding-right: 4%;
    width: 96%;

}
#helpheader h1 {
    float: left;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

.topic p{margin-top: 0}

.todo{
    color: #d94c30;
}









#helpheader h1 {
    float:left;
    float:left;
    font-weight:400;
    margin-top: 20px;
}
#helpheader img {
    float:left;
}
h3.tableHeader {
    text-align:left;
    margin-top:0;
    background: #60b34d;
    color:#fff;
    text-align: center;
    padding: 15px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-weight: normal;
    font-size:1.05em;
}
.tablestatic {
    letter-spacing: 1px;
    margin-right: auto;
    padding: 0;
    text-align: center;
    width: 100%;
    border:1px solid #ededed;
    font-size:0.9em;
    border-left:0;
    border-right:0;
}
.tablestatic th {
    background-repeat:repeat-y;
    margin: 0;
    padding: 7px;
    padding-top:7px;
    padding-bottom:7px;
    border:1px solid #E5E5E5;
    text-align: center;
    color:#000;
    font-weight:bold;
}
.tablestatic td {
    margin: 0;
    padding: 6px;
    text-align: center;
    border:1px solid #E5E5E5;
}
.tablestatic td {
    background-repeat:repeat-y;
}
.tablestatic .oddrow {
    background: #f8faf9;
}
.tablesurround {
    transition: box-shadow 500ms;
    margin-top: 10px;
}

.tablesurround:hover {
    box-shadow: 0 5px 17px #ddd;
}
</pre></body></html>