select {
  width: 175px;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
  font-weight: bold;
  font-family: "Circe", "Arial", sans-serif;
  text-align: center;
  font-size: 125%;
}

select:hover {
  cursor: pointer;
}

.custom-select {
	right: 1%;
	top: 1%;
	position: absolute;
}

#blinker {
  background: #BF0B14;
  -webkit-transition: background 1.0s ease-in-out;
  -moz-transition: background 1.0s ease-in-out;
  -ms-transition: background 1.0s ease-in-out;
  transition: background 1.0s ease-in-out;
}

.blink {
  background: #FFD800 !important;
}
