.biblio-author-item {
        list-style: none;
        padding: 0;
        margin: 0px;
        display: inline;
}

.biblio-authors-list {
        display: inline;
        padding: 0;
}
.biblio-authors {
	display: inline;
	padding: 0;
}
.biblio-entry {
	line-height: 2.4;
}
/* Adds a thick grey background to the input fields for login page (forms must be easily visible) */
.form-text, .form-select {
        border-style: solid !important;
        border-color: grey !important;
        border-width: 2px !important;
}
/* Makes the border black when input field is typed in/focused (elements must indicate that they are being selected) */
.form-text:focus, .form-select:focus {
        border-color: black !important;
}
