.admincorner {
  float: right;
  position: fixed;
  z-index: 1050;
  right: 2px;
  top: 0;
  font-size: 12px;
  padding: 2px 20px 10px;
}
.admincorner > a {
  color: #777777;
}
.admincorner > a:hover {
  text-decoration: none;
  color: #333333;
}
