.header_user_info {
  float: right;
  padding-top: 7px; 
  text-transform:uppercase;}
  .header_user_info a {
    color: #333;
    font-weight: bold;
    display: inline-block;
    padding: 2px 8px;
    cursor: pointer;
    line-height: 18px; 
    margin: 0 1em;}
    #index .header_user_info a {color:white;}
    .header_user_info a.request {
      background:#ccc;
      color:#333!important;
      text-shadow:none;
    }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b;
      color:white!important; }
