.type_chicklet
{
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    clear: both;
    font-weight: 600;
    padding: 1px 7px 0px;
    font-size: 12px;
    font-size: .75rem;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    background: rgba(218, 50, 70, 0.9);
    margin: 10px 0 0 0;
}

.type_chicklet a,
.type_chicklet a:link,
.type_chicklet a:visited
{
    color: #fff;
}

ul.latest_items li a,
ul.latest_items li a.link,
ul.latest_items li a.visited
{
    padding-left: 0;
    border: none;
}

ul.latest_items p.item_date
{
    font-size: .85rem;
}

ul.latest_items li
{
    border-bottom: 1px solid #E1E1E1;
    padding-left: 10px;
}

ul.latest_items li:last-child
{
    border-bottom: none;
}