<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header_user_info {
  float: right;
  border-left: 0px solid #515151;
  border-right: 0px solid #515151; }
  .header_user_info a {
    color: #fff;
    font: 400 13px/22px "Open Sans", sans-serif;
    display: block;
    padding: 9px 9px 8px 8px;
    cursor: pointer;
	-webkit-transition:0.2s ease-out;
    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: none; text-decoration:underline; color:#fff;}
</pre></body></html>