.bibliography .table > thead > tr > th {
    padding: 0 !important;
    height: 32px;
}

.bibliography .table > tbody > tr > td {
    padding: 0 !important;
    height: 40px !important;
}

.bibliography table form {
    display: inline;
}

.bibliography .buttons {
    margin-bottom: 10px;
}

.bibliography textarea {
    max-width: 100%;
    width: 1000px;
    min-height: 600px;
}

#cite-form {
    font-size: 13px;
}
#cite-form table {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
#cite-form th {
    font-weight: bold;
    border-bottom: 1px solid lightgray;
}
#cite-form .active {
    background-color: lightblue;
}
#cite-form tbody tr:not(.active):hover {
    background-color: lightgray;
}
#cite-form tbody tr,
#cite-form tbody tr * {
    cursor: pointer;
}
#cite-form td,
#cite-form th {
    padding: 6px 3px;
    vertical-align: middle;
}
