@media screen, projection {
  .ticker {
    margin: 0 0 6px 0;
    padding: 0;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    clear: both;
    height: 18px;
    color: inherit;
    background-color: #fff;
  }
  .ticker a {
    display: block;
    line-height: 16px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #fff;
    margin: 0;
    color: inherit;
    background-color: transparent;
    float: left;
    overflow: hidden;
  }
  .ticker a:hover {
    color: #777;
  }
  .ticker em {
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    line-height: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    padding: 0 24px 0 4px;
    border: 1px solid #fff;
    display: block;
    float: left;
    color: #fff;
    vertical-align: middle;
    background: #c00 url(http://fil.nrk.no/contentfile/web/bgimages/common/ticker/background_arrow_red.gif) no-repeat 100% 50%;
  }
  .ticker em a {
    font-size: 10px;
    border: none;
    color: #fff;
  }
  .ticker em a:hover {
    color: #ddd;
  }
  .ticker .subscribe {
    float: right;
    margin: 0 4px 0 0;
    padding: 0 14px 0 4px !important;
    background-image: url(http://fil.nrk.no/contentfile/web/icons/rss_orange.gif);
    background-position: 99% 50%;
    background-repeat: no-repeat;
    color: #f60;
  }
}

