@charset "utf-8";
/* CSS Document */

.filterDiv {
  float: left;
  /*background-color: #2196F3;*/
  /*color: #ffffff;*/
  /*width: 100px;
  line-height: 100px;
  text-align: center;
  margin: 2px;*/
  display: none;
}

.show {
  display: block;
}

/* Style the buttons */
.btnn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.btnn:hover {
  background-color: #ddd;
}

.btnn.active {
	/*background-color: #666;*/
	color: white;
	background-color: #c52d2f;
}