* {
  box-sizing: border-box;
}

#myInput {
  background-image: url('../../images/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  background-color: #050505;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #252525;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #fff;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #fff;
  width: 100%;	
}

#myUL li a {
  border: 1px solid #252525;
  margin-top: -1px; /* Prevent double borders */
  background-color: #050505;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block
}

#myUL li a:hover:not(.header) {
  background-color: #252525;
  color: #b23427;
} 

.NUMBER {display: inline-block;
		background: #b23427;
		color: #fff;
		text-align: center;
		text-decoration: none;
		padding: 0.1em;
		border: 0;
		outline: 0;
		font-weight: 700;
		width:50px;
	    margin-right: 1.0em;
	}