.header_user_info {
/*display: inline-block;*/
  margin-top: 5px;}
  .header_user_info a {
    color: #fff;
    font-weight: bold;
    display: block;
    background: #799abc;
    border-radius: 5px; 
    text-align: center;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 2px solid #799abc;
    height: 28px;
    padding: 4px 9px 4px 8px;
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; 
    border: 2px solid #2b2b2b;}

/*# sourceMappingURL=blockuserinfo.css.map */
@media (max-width: 768px) {
    .header_user_info a{
        width: 115px;
        margin: 0 auto;
    }
    .header_user_info{
       /* width: 100%;
        text-align: center;*/
    }
}