#header_links {
  float: right;
  border-left: 1px solid #515151; }
  @media (max-width: 479px) {
    #header_links {
      width: 25%;
      text-align: center; } }
  #header_links a {
    display: block;
    color: white;
    font-weight: bold;
    padding: 8px 10px 11px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      #header_links a {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px; } }
    #header_links a:hover, #header_links a.active {
      background: #2b2b2b; }