
ul.moodle-get-detail li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    color: black;
}
ul.moodle-get-detail
{
	list-style: none;
}

ul.moodle-get-detail li
{
	font-weight: inherit;
	font-size: 18px;
}

.green-list ul li::before{color:#3DC9AE}