.oneline { display: block; word-wrap: break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.header_user { float: left; }
.header_user a { display: block; overflow: hidden; float: left; margin: 12px 30px 0 0; line-height: 19px; padding: 0 0 0 25px; font-size: 12px; position: relative; color: white; }
@media (max-width: 1199px) { .header_user a { margin: 11px 9px 0 0; padding: 0 9px 0 25px; } }
.header_user a i { position: absolute; top: 0; left: 3px; display: block; font-size: 15px; line-height: 19px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }
.header_user a:hover { color: #45cbee; }
.header_user a:hover i { left: 7px; color: #45cbee; }
