.oneline { display: block; word-wrap: break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }



.header_user_info { overflow: hidden; text-align: right; }

.header_user_info a { color: white; font-weight: 600; display: block; border-top: 1px solid #303030; padding: 0 15px; cursor: pointer; line-height: 30px; }

.header_user_info a:first-child { border-top: 0; }

.header_user_info a:hover, .header_user_info a.active { background: #f2c42b; color:#000000; }

