#lendingLibrary {
    display: flex;
}
main {
    display: block;
}

h4, h1 {

    margin-top: 0px;
    margin-bottom: 0px;
}
h4 {
    font-size: 1em;
}
ul {
    padding-inline-start: 1.3em;
}
li {
    margin-right: 1.6em;
    cursor: pointer;
}

li i {
    font-size: 0.8em;
}

li:hover {
    color: var(--lclo-gold);
    filter: drop-shadow(1px 1px 1px grey)
}

li:active {
    color: var(--lclo-gold)
}
p {
    margin-top: 0.5em;
    font-size: 0.7em;
}
iframe {
    min-width: 40vw;
    min-height: 80vh;
    border: 1px solid #ffffff50;

    background-color: #ffffff10;
    background-image: url('/static/images/lclologo_static.png');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: saturate(0%)
}
td {
    vertical-align: top;

}

.textCell {
    min-width: 12vw;
}
