#location-dropdown, #institution-dropdown  {
    width: 100%;
}

a#dropdownMenuLink:hover {
    cursor: pointer;
}

a.dropdown-item.c7n-active, .dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
    background-color: #007bff;
}

.c7n-wia-entry {
    padding: 0px;
}

.c7n-wia-entry-content {
    padding: 8px;
    border-bottom: 1px solid #339;
}

.c7n-wia-entry-content:hover, .dropdown-item.active, .dropdown-item:active {
    background-color: rgba(0, 120, 192, .1) !important;
    color: #0056b3 !important;
}

.c7n-wia-entry i {
    color: #0077bf;
}

.c7n-wia-entry a i {
    color: #339;
}

.c7n-wia-entry p {
    margin-bottom: 0;
}

.place, .institution {
    color: #0177bf;
}

.institution ul {
    list-style: none;
    padding: 0;
    display: inline-table;
    margin: 0;
}

.title h2 {
    font-size: 1.4em !important;
    font-weight: 300;
    color: #339;
    margin-bottom: 0.5rem;
}

.gm-style .gm-style-iw-c {
    max-width: auto !important;
}

.custom-select {
    font-weight: 400;
    color: #0078c0 !important;
}

.dropdown-item {
    padding: 0rem 0.5rem;
    color: #0078c0 !Important;
}
