/* Container for the entire citation generator */
#citation-container {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    font-family: Georgia, serif;
    color: #000;
    font-size: 14px;
}
.citation-style-label {
    font-weight: 600;
    font-family: Arial, sans-serif;
}
#citation-style, #copy-citation {
    padding: 7px;
    font-weight: 500;
    font-family: Arial, sans-serif;
    font-size: 15px;
}
#copy-citation {
    background-color: #86caec;
    color: #fff;
    text-align: center;
}
#copy-citation:hover {
    background-color: #fbcf39;
    border: 1px solid #000;
}
