.block-user_info {
  float: right;
  padding: 17px 12px 0 0;
  text-align: right; }

.header_user_info a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  display: block;
  color: #333;
  text-transform: uppercase;
  padding: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  .header_user_info a:hover, .header_user_info a.active {
    color: #fea92a; }
.header_user_info + .header_user_info {
  margin-top: 1px;
  border-right: none; }
