/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 29 2022 | 22:32:46 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#tour-in li {list-style-type: none; }
#tour-in ul li:before {    
    content: '\<i class="fa-solid fa-check"></i>';
	font-family: "Font Awesome 5 Free";
    padding: 10px 5px 0 0;
}
#tour-ex li {list-style-type: none; }
#tour-ex ul li:before {    
     content: '\<i class="fa-solid fa-check"></i>';
	font-family: "Font Awesome 5 Free";
    padding: 0 5px 0 0;
}