.body {
	background-color: black;
	color: white;
	font-family: Verdana;
}

.buttonrowitem {
	background-color: rgb(66, 66, 66);
	margin-top: 15px;
	transition-duration: 1s;
	width: 80px;
	height: 40px;
	float: left;
	color: white;
	text-shadow: none;
}

.buttonrowitem:hover {
	background-color: rgb(99, 99, 99);
	box-shadow: 0px 0px 20px white;
}
.div {
  overflow: hidden;
  background-color: #e9e9e9;
}

/* Style the links inside the navigation bar */
.div a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.div a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the "active" element to highlight the current page */
.div a.active {
  background-color: #2196F3;
  color: white;
}

/* Style the search box inside the navigation bar */
.div input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
  .div a, .topnav input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .div input[type=text] {
    border: 1px solid #ccc;
  }
}

.buttonrowheader {
	margin-top: 15px;
	color: white;
	float: left;
	width: 40px;
	height: 40px;
	text-decoration: none;
	font-family: Verdana;
	color: white;
}

.buttonrowheading {
	float: left;
	margin-right: 10px;
	color: white;
}