.header_user_info,
.header_change_password {
  float: right;
  border-left: 1px solid #000;
}

@media (max-width: 480px) {
  .header_user_info {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
  }

  .header_user_info a:first-child {
    margin-right: auto;
  }
}

.header_user_info a,
.header_change_password a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 8px 9px 11px 8px;
  cursor: pointer;
  line-height: 18px;
}

a.cz {
  width: 25px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/themes/svorto/img/cz.png);
  margin-right: 3px;
  padding: 0;
  vertical-align: middle;
}

a.en {
  width: 25px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/themes/svorto/img/en.png);
  padding: 0;
  vertical-align: middle;
}
a.sk {
  width: 25px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/themes/svorto/img/sk.png);
  margin-left: 3px;
  padding: 0;
  vertical-align: middle;
  margin-right: 5px;
}

/*# sourceMappingURL=blockuserinfo.css.map */
