html { 
    /* default is 1rem or 16px */ 
    font-size: 14px;
}


/*top menu*/
.navbar .nav-item {
    font-size: 1.2rem;
}
.navbar .nav-link {
color: white !important;
}
.navbar .nav-link:hover {
    color: #ccc !important;
}
    

/*tables*/
.table th, .table td {
    padding: 0.50rem;
}

/* table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}
table.table-fit thead th, table.table-fit tfoot th {
    width: auto !important;
}
table.table-fit tbody td, table.table-fit tfoot td {
    width: auto !important;
} */

.table-hover tr:hover td {
    background-color: #ccc;
}




a {
    color: #337ab7;
}

.page-item.active .page-link {
    background-color: #337ab7;
    border-color: #337ab7;
}
.page-link {
    color: #337ab7;
}

/* images */
.center-cropped {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}

/* sorting arrow */
th a {
    white-space: nowrap;
}
th a.asc:after,
th a.desc:after {
    /*display: inline-block;*/
    font-family: "Font Awesome 5 Free";
    margin-left: 0.3rem;
}

th a.desc:after {
    content: "\f160"
}

th a.asc:after {
    content: "\f884"
}



.avatar_small  img {
    border-radius: 0.5rem;
    max-width: 4rem;
    max-height: 4rem;     
 }

.avatar_medium  img {
    border-radius: 0.5rem;
    max-width: 6rem;
    max-height: 6rem;     
 }


 /* big numbers */
 .metric-value {
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
}
.metric-label {
    text-align: center;
}

.author-avatar img{
    border-radius: 1rem;
}
.author-name{
    font-weight: 600;
    font-size: 1.6rem;
}
.author-text-secondary {
    color: #bbb;
}
