body {
    font-family: Arial, sans-serif;
}
.btn-blue{
    background-color: #3e95cd !important;
    /*background-color: rgb(135, 110, 88) !important;*/
}
.btn-brown{
    background-color: rgb(135, 110, 88) !important;


}
.bg-brown {
    background-color: rgb(135, 110, 88, 0.9) !important;
    padding: 3em;
    width: 25rem
}
.bg-secondary {
/*background-color: rgb(135, 110, 88, 0.9) !important; */
    padding: 3em;
 }
.container {
    align-items: center;
}
.list-group {
    overflow-y: auto;
  }
.ui-autocomplete {
max-height: 200px !important;
            overflow-y: auto !important;
            /* prevent horizontal scrollbar */
            overflow-x: hidden !important;
            /* add padding to account for vertical scrollbar */
            padding-right: 20px !important;
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 4px solid #ccc;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
  padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}
.ui-helper-hidden-accessible {
  display: none;
}