.news_news_filter {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #000;
  margin: 0 auto 40px auto;
  max-width: 600px; }
  .news_news_filter div.title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.125em;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 700; }
  .news_news_filter ul {
    padding-left: 0; }
    .news_news_filter ul li:last-child {
      border-bottom: none; }
    .news_news_filter ul li {
      list-style: none;
      margin: 0; }
      .news_news_filter ul li a {
        line-height: 1em;
        padding: 17px 0 17px 30px;
        text-decoration: none;
        display: block;
        color: #454444;
        text-transform: capitalize;
        font-weight: 700; }
    .news_news_filter ul > li {
      margin: 0;
      line-height: 30px; }
      .news_news_filter ul > li:nth-child(odd) > a {
        background-color: #dcdcdc; }
      .news_news_filter ul > li.selected {
        position: relative; }
        .news_news_filter ul > li.selected > a {
          color: #fff;
          background-color: #2cade3; }
        .news_news_filter ul > li.selected > ul {
          padding: 10px 0;
          display: block; }
      .news_news_filter ul > li > a {
        font-size: 1em;
        line-height: 1em;
        padding: 17px 0 17px 30px;
        text-decoration: none;
        display: block;
        color: #454444;
        background-color: #e8e8e8;
        text-transform: capitalize;
        font-weight: 700; }
      .news_news_filter ul > li:last-child > a {
        border-bottom: none; }
