

/*********************************************
 * START FILTER BOX STYLES                   */
 #openFilterBtn{
  font-size: 16px;
  cursor: pointer;
  float: right;
  margin-right: 15px;
  top: 80px; 
}

 #filterBox {
  background-color: #555;
	cursor: pointer;
  border: 0;
}

#filterBox #title {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.list-group {
  margin-bottom: 3px;
}

.list-group-item {
  padding-left: 7px;
  padding-bottom: 5px;
}

.filterField {
	border-top: 1px solid black;
	padding-top: 7px;
	padding-left: 7px;
	padding-bottom: 4px;
	margin-top: 4px;
}

.fieldName {
	margin: none;
}

#title a {
	text-decoration: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  text-align: right;
  color: white;
}
