.block-user_info {
  float: right;
  padding-top: 25px;
  overflow: hidden; }

.header_user_info {
  display: inline-block;
  margin-bottom: 10px;
  float: right;
  margin-left: 4px; }
  .header_user_info a {
    font-size: 19px;
    background: #333;
    display: block;
    padding: 12px 20px 18px;
    text-transform: none;
    color: #fff;
    line-height: 1em;
    font-weight: bold;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    position: relative;
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .header_user_info a:hover, .header_user_info a.active {
      background: #30bfb3; }
    .header_user_info a i {
      color: #fff;
      display: inline-block;
      margin-right: 0px;
      font-size: 25px;
      line-height: 25px;
      text-shadow: 0 1px rgba(0, 0, 0, 0.4);
      position: relative;
      top: 2px; }
    .header_user_info a span {
      margin-left: 9px; }

.header_user_info.user_login {
  text-align: center; }
  .header_user_info.user_login a {
    width: 83px; }
  .header_user_info.user_login a i {
    margin: 0; }
