/**
 * @file
 * Visual styles for Bartik's lists.
 */

ul.links {

  color: #68696b;
    padding: 0;
    margin: 0;
    list-style: none;
}

.topheader #clearfix .text-formatted ul li {
    display: inline-block;
    line-height: 26px;
    padding: 0 15px 0 0;
}
