.user-and-login__container {
  display: grid;
  padding: 0 32px;
  margin: 0 auto;
  width: 100%;
  height: 25px;
  max-width: 1440px;
}
.userProperties {
  float: right;
}
.userProperties > ul {
  float: right;
  padding: 0;
  margin: 0;
}
.userProperties > ul > li,
.userProperties > ul > li > span {
  float: left;
}
.userProperties > ul li {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.userName {
  max-width: 200px;
}
.userProperties > ul > li > a {
  width: auto;
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.userMenu > li > a,
.userMenu > li > a:visited {
  color: #000;
}
.userName > a {
  display: inline-block;
  padding: 5px 25px 5px 10px;
  margin-right: 1px;
  background: url(images/arrowDown.png) no-repeat 95% center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 3px;
}
.userProperties ul.userMenu {
  z-index: 100;
  display: none;
  position: absolute;
  width: 225px;
  top: 10px;
  left: 0;
  border: 1px solid #fff;
  margin: 25px 0 0 0;
  background: #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  -webkit-animation-duration: 0.25s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.25s;
  -moz-animation-delay: 0.2s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 0.25s;
  -ms-animation-delay: 0.2s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 0.25s;
  animation-delay: 0.2s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  padding: 5px;
}

.userProfile .userProfileImg {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
}
