h4 {

    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

h3 {

    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: small;
}

td {

    font-family: "Montserrat", monospace;
    font-weight: 400;
    font-size: x-small;
    font-style: normal;
}
tr {

    font-family: "Montserrat", monospace;
    font-weight: 400;
    font-size: x-small;
    font-style: normal;
    text-align: left;
}

li {

    font-family: "Montserrat", monospace;
    font-weight: 400;
    font-size: x-small;
    font-style: normal;
    text-align: left;
}




a{
    font-family: "Montserrat", monospace;
    font-weight: 400;
    font-size: small;
    font-style: normal;
}

#search {
    font-family: "Montserrat", monospace;
    font-weight: 400;
    font-size: x-small;
    font-style: normal;
    
}



.accordion .btn {
  white-space: normal;
}


#formContainer {
    width: 90%;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}

#formlabel{
    font-family: "Montserrat", monospace;
    font-weight: 400;
    font-size: x-small;
    font-style: normal;
    /* margin-left: auto; */
    /* margin-right: auto; */
}


.formlabel {
  font-family: "Montserrat", monospace;
    font-weight: 400;
    font-size: x-small;
    font-style: normal;
  margin-bottom: 4px;
}

.formlabel text,
.formlabel input,
.formlabel select,
.formlabel textarea {
    font-family: "Montserrat", monospace;
    font-weight: 400;
    font-size: x-small;
    font-style: normal;
    margin-bottom: 4px;
    border-radius: 6px;
    border: 1px solid #2a4e7b;
    padding: 5px 10px;
}

.dropdown-results {
    
    width: 40%;
}


#accordionlabel{
    font-family: "Montserrat", monospace;
    font-weight: bold;
    font-size: x-small;
    font-style: normal;
    height: 75px;
    /* margin-left: auto; */
    /* margin-right: auto; */
}

#contact_results {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ced4da;
  border-radius: 0 0 0.25rem 0.25rem;
  background: #fff;
}
