@charset "utf-8";
/* CSS Document */

li.checked {
list-style-type: none;
padding-left: 30px;
padding-bottom: 25px;
}

li.checked::before {
    content: '';
background: url('/content/dam/pwc/25/en/resource-dashboard/custom/custom-listing-checked.png') no-repeat left top;
display: inline-block;
    position: relative;
    margin-left: -18px;
    height: 18px;
    width: 18px;
    right:5px;
    top: 5px;
}

ul li.checked {
font-size: 1.15em;
line-height: 1.7;
}

ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0;
display: block;
}