.admin-Navbar {
  overflow: hidden;
  background-color: #333;
  position: relative; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
.admin-Navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.admin-Navbar a:hover {
  background: #ddd;
  color: black;
}
.admin-Navbar-spacer {
	height: 30px;
	width: 100%;
}