/* Global */

body {
    min-height: 100vh;
    padding-bottom: 72px;
    position: relative;
}

/* litbooks styles */

.litbooks .title {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

.litbooks .author {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Header */

nav.navbar {
    box-shadow: 0 0 8px 8px rgba(0,0,0,.07);
}

footer {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #110617;
    color: white;
}

.search-result-row {
    border-bottom: 1px solid lightgray;
}

.search-result-row:last-of-type {
    border-bottom: none;
}

/* Bonherrison */

.book-info p {
    display: inline;
}

.book-info .title {
    font-weight: 600;
    text-transform: uppercase;
}

/* PDF styles */
