.header_user_info {
  float: right;
}
.header_user_info a {
  display: block;
  padding: 0px 0px 11px 20px;
  margin-top: -6px;
  cursor: pointer;
  font: normal 15px/20px "Roboto Slab", serif;
  color: #547235;
}
.header_user_info a:hover, .header_user_info a.active {
  color: #000;
}
