.header_user_info {
  float: right; }
    .header_user_info a {
        font: 400 12px/22px Arial, Helvetica, sans-serif;
        color: white;
        font-weight: bold;
        display: block;
        background: #4a4f59;
        padding: 14px 7px 21px;
        cursor: pointer;
    }
    @media screen and (max-width: 767px) {
      .header_user_info a {
        padding: 14px 17px 11px; } }
    @media screen and (max-width: 479px) {
      .header_user_info a {
        font-size: 24px;
        padding: 15px 19px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #7ecefd; }
  .header_user_info + .header_user_info {
    border-right: none;
    display: none; }

.user_info {
  text-align: right;
  margin: 20px 0 0 0; }
  .user_info li {
    display: inline-block;
    padding-right: 15px; }
    .user_info li a {
      text-decoration: none; }
      .user_info li a:hover {
        text-decoration: underline; }
