input{
    line-height: 8px;
}
.sortable{
    font-size: 8pt;
}
th{
    font-size: 0.75rem;

}
td {
    font-size: 0.75rem;
}
table.bigger th {
    font-size: 0.95rem;
}
table.bigger td {
    font-size: 0.95rem;
}

/* Sortable tables */
table.sortable thead {
    cursor: default;
}

    table.sortable thead th {
        border-bottom: #1D5065 1px solid;
    }

table.sortable tfoot td {
    border-top: #1D5065 1px solid;
}

table.sortable tbody tr:nth-child(2n) td {
    background: #ffffff;
}

table.sortable tbody tr:nth-child(2n+1) td {
    background: #ebf2ec;
}

div.card-body blockquote {
    padding-left: 10px;
    padding-right: 10px;
}

div.albumphoto{
    min-width:200px;
    font-size: 10pt;
    text-align: center;
    margin-bottom:15px;
}
div.directorlist{
    min-width:300px;
}


.profileimage {
    border-radius: 100px;
    margin-top: 5px;
    margin-right: 10px;
}

.profile-icon-container {
    margin-top: 5px;
    margin-right: 10px;
}

.profile-icon-background {
    width: 40px;
    height: 40px;
    border-radius: 400px;
    border: 1px solid var(--app-component-table-border-color);
    background: #eee;
}

.profile-icon-text {
    width: 100%;
    left: 0px;
    text-align: center;
    font-size: 14px;
    padding-top: 0.65em;
}

a.usericon {
    text-decoration: none;
    color: var( --app-component-color);
}
