body {
    color: #404b55;
}

.page-break {
    page-break-before: always;
}

img.banner {
    height: 6em;
}

img[alt="Microsoft Excel"] {
    height: 1em;
}

input[type="date"].form-control {
	line-height: 20px;
}

tr.borrowing-row {
    background-color: rgba(255, 229, 82,0.2);
}

tr.lending-row {
    background-color: rgba(111, 197, 222,0.2);   
}

tr.total-row {
    font-weight: bold;
}

th.library-header {
    background-color: white;
    border-right: 2px solid;
    border-color: #ddd;
}

dl > dt ~ dt {
    margin-top: 1em;
}