.custom-bullet-req-not-met li {
    display: block;
}

.custom-bullet-req-not-met li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content:"\e014";
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #626161;
}

.custom-bullet-req-not-met.done li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content:"\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #3DFFB8;
}
.custom-bullet-req-met li {
    display: block;
}

.custom-bullet-req-met li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content:"\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #3DFFB8;
}

.custom-li li:before
{
	content:"\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #3DFFB8;
}

.custom-li span{
	position: relative;
  	left: 20px;
  	top: 5px;
}