div.bullet ul {
    list-style: none outside none;
}

div.bullet  ul {
    margin-top: 25px;
}

div.bullet  ul > li {
    margin-left: -10px;
    display: block;
    padding-left: 20px;
    position: relative;
}

div.bullet ul >li::before {
    color: #008000;
    content: "\f10c";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    color: #999;
}

div.bullet p {
    margin-left:20px;
    font-size:1.05em;
}


.ui-pnotify {

    z-index:10000!important;
}