﻿.features
{
    margin: 0;
    padding: 0;
}

.features ul
{
    margin: 0;
    padding: 0;
}

.features li
{
    list-style: none;
    display: block;
    color: #395788;
    font-size: 11pt;
    text-decoration: none;
    padding: 10px 0 10px 40px;
    margin: 0;
    border-bottom: solid 1px #fff;
    background-image: url(imgs/star.png);
    background-repeat: no-repeat;
    background-position: 6px center;
}

.features .l
{
    border-bottom: none;
}