.footer {
	margin-top: -20px;
	font-size: 0.8em;
	padding: 16px;
	color: #FFF;
    background-color: #222;
}

.legend {
	width: 18px;
	height: 14px;
	background-color: lightgray;
	border: solid 1px white;
}

  .custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }