.header_user_info {
  float: right;
}
.header_user_info a {
  background: none repeat scroll 0 0 #f3f3f1;
  color: #b3b3b3;
  cursor: pointer;
  display: block;
  font-family: lora;
  font-weight: 400;
  line-height: 18px;
  padding: 11px 9px 8px 8px;
  text-transform: uppercase;
}
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
        text-decoration: none;
        opacity: 0.8;
        transition: all 0.4s ease-out 0s;
    }
