<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lsqPopUp, #LSQ-dialog {
	padding:0 1em 1em;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.lsqItem{
    display:none;
}

.lsqPopUp .p2question{
}
.lsqPopUp h2 {
    font-weight: 100;
    margin: 20px 0;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}
span.clausecontent {display:block}
.lsqPopUp p,
.lsqPopUp .clausecontent,
.p2answer,
.part1 {
    line-height: 1.4em;
    font-size:13px;
    margin-bottom:15px;
    padding-right: 50px;
}
.lsqPopUp p a {color:#60adc8}
.lsqPopUp p a strong {font-weight: normal !important;}
.lsqPopUp p a:hover {color:#FDA759}
.lsqPopUp .qnum{
    display:none;
}
span.questionNumber {
    position: absolute;
    right: 0;
    font-size: 11px;
    color:#CCC;
}
.lsqItem ul {
	list-style: disc;
	margin:10px 0 15px 15px;
}
.lsqItem ul li {
	margin-bottom: 5px;
}
.lsqPopUp h3 {font-size:17px;}
.p2question {font-size:15px;}
.lsqPopUp h3, .p2question {
    margin: 0px 10px 10px 0;
    padding-right: 50px;
    cursor:pointer;
    transition: all .15s;
    position: relative;
    font-weight: normal;
}
.part1, .part2 {position: relative}
.part2 {
    padding:10px 0 10px 20px;
    border-left: 10px solid #87C8E0;
    background:#eaf9ff;
    margin-bottom: 10px;
    margin-top: 20px;
}
span.sectionNumber {
    position: absolute;
    right: 5px;
    top:5px;
    font-size: 9px;
    color:#333;
}
.lsqPopUp .part2 h3 {margin:10px 10px 10px 0}

#lsqTOC {float:left; width: 25%;}
#lsqTOC ul li {
    margin-bottom: 1px;
    font-size: 13px;
}
#lsqTOC ul li a {
    display: block;
    width: 100%;
    background: #CCC;
    color: #333;
    text-decoration: none;
    padding: 15px;
    font-size:14px;
    line-height: 18px;
}
#lsqTOC ul li a:hover, #lsqTOC ul li a.active {
    background: #336B7F;
    color:#FFF;
}
#lsqTOC ul li a:active {
    background:#87C8E0;
}
#lsqPopContent {float:left; width: 65%; margin-left: 60px;}
.p2question p strong {font-weight: normal !important; font-size:16px}
</pre></body></html>