.header_user_info {
  float: right;
  margin-right: 20px;
  padding-top: 8px; }
  .header_user_info a {
    color: #606060;
    font: 500 14px/18px "Cabin", sans-serif;
    display: block;
    padding: 0px;
    cursor: pointer; }
    .header_user_info a:hover, .header_user_info a.active {
      color: #333333; }

@media (max-width: 480px) {
  .header_user_account {
    float: left; } }
