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