﻿.feedList {
    width: 100%;
    color: #3d3d3d
}

    .feedList .List {
        margin: 0 10px 0;
        list-style-type: none;
        padding: 0
    }

        .feedList .List ListItems {
            padding: 7px 0 7px;
            border-bottom: 1px solid #dbdbdb
        }

        .feedList .List a, .feedlist .List a:link, .feedlist .List a:visited, .feedlist .List a:active {
            display: block;
            color: #3d3d3d;
            font-weight: 100;
            padding: 7px 0px;
            text-decoration: none
        }

            .feedList .List a:hover, .feedlist .List a:focus {
                color: #3d3d3d;
            }

.feedListlist .List .last {
    border-bottom: 0
}

.feedList .highlight {
    padding: 7px 0px;
    font-size: 12px;
    border-bottom: 1px solid #dbdbdb
}

.feedList .feedListAFTitle a {
    font-size: 16px;
    color: #11395f;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
}
