*, *:before, *:after {box-sizing: border-box;}
ul, ol {margin: 0; padding: 0;}
li {list-style: none; line-height: 1.6rem;}
/* List styling */
.jslists{
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
.jslist-ul, .jslist-ol, .jslist-li {margin-left: 0px;} /* Unordered lists */
.jsl-collapsed {display: none;}
.jsl-list-closed {
float: left;
clear: both;
margin: 7px 4px 2px 0px;
width: 14px;
height: 14px;
cursor: pointer;
background-image: url('data:image/svg+xml;utf8,');
background-repeat: no-repeat;
background-position: center;
}
.jsl-open {display: block;}
.jsl-list-open {background-image: url('data:image/svg+xml;utf8,');}