/* http://www.callmenick.com/2013/04/08/single-page-faq/
-------------------------------------------------------------- */
hr {
    height:1px;
    border:none;
    background-color:rgb(220,220,220)
}

/*DISABLE FOR VISUAL DEBUG:*/ .answer {
    display:none;
}

h2 {
    line-height:24px;
    font-size:18px;
    font-weight:700;
    color:rgb(100,150,200);
    padding-left:24px;
    cursor:pointer;
    background-image:url('../img/open.png');
    background-position:left;
    background-repeat:no-repeat;
	margin-top:10px;
}

h2.close {
    background-image:url('../img/close.png');
}

/* SLC customization */
p { margin-bottom:7px;}

strong { font-weight: bold; }

/* Fix jumping in jQuery slideToggle() animation, caused by the presence of <p> in the slidable div */
.answer {
	overflow:hidden;
}

ul {
    list-style-type: circle;
	margin-left: 15mm;
}

li {
	margin-bottom:2mm;
}

.disclaimer {
	margin-top:20px;
	font-size: 13px;
}