.list {
    color: #4e545b;
    font-size: 12px;
}
.list li {
    font-size: 13px;
    line-height: 20px;
}
.list h5 {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
}
.list .about {
    color: #948c8c;
}
.list .about a {
    color: #948c8c;
}
.list .about a:hover {
    color: #d73d3d;
}

ol.list {
    list-style: decimal outside none;
}
ol.list li {
    margin: 0 0 15px 26px;
}
