.example {
    font-size: 14px;
    color: #333;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
table {
    width: 100%;
    table-layout: auto; /* Automatically adjust column widths */
}
.cite_doi_form {
    flex-direction: column;
    padding: 0px !important;
}
.form-container {
    max-width: 460px;
    margin: 0 auto; /* Center the form horizontally */
}
.form-group {
    margin-bottom: 10px;
}
.citation {
    background-color: #eeeeee;
    margin: 10px;
    border-radius: .25rem;
}
.ras {
    text-align: center;
    background-color: white;
}
.ra_logo {
    margin: 10px;
}
.ra_logo_container {
    margin: 10px;
    display: inline-block;
    background-color: white;
    border-radius: 5px;
}
.search-combobox-button {
    border-bottom-right-radius : .25rem;
    border-top-right-radius : .25rem;
    border: 2px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
}
#crossref_logo {
    padding-top: 0px;
}
#datacite_logo {
    padding-top: 10px;
}
#medra_logo {
    padding-top: 7px;
}
#istic_logo {
    padding-top: 40px;
}
