/* RIGHT TO LEFT */
#header_user_info a.name-customer span {
  color: white;
}

.login img{
margin-left: 10%;
}

.header_user_info {
  padding-top: 2px;
  margin-left: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 55px;
position: absolute;
    top: 0;
}
.logout{
position: absolute;
top: 0;
right: 30%;
}
