.hidden {
    display: none;
  }

.visible {
    display: block;
  }


.info-box {

    border: 1px solid #ddd;

    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 10px;
}

.details-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 10px;
}

.row {
    display: flex;

    justify-content: space-between;
    width: 200px;
    align-items: center;
}


.table-container {
    position: relative;
    /* min-height: 50vh; */
    width: 100%;
}

thead {
    background-color: var(--primary-background-color);
    color: black;
}

tr {
    border: 1px solid;

}

table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    font-size: small; 
    /* font-weight: lighter; */
}

table > * {
    font-size: small;
}

th {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;

}

td {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

tr:hover {
    background-color: #EAEFF6;
}

.report-title a:link {
    
    font-weight: bold;
    font-size: small; 

}


.report-authors {
    font-size: small ;
    color: grey;
    text-decoration: none 
}

.report-authors a:link {
    font-size: small ;
    color: grey;
    text-decoration: none 
}

.report-authors a:hover {
    color: rgb(80, 79, 79);;
    cursor: pointer;
    text-decoration: underline;
}


img:hover {
    cursor: pointer;
}

.no-border {
    border: none;
}

.bold-text {
    font-weight: bold;
}

.narrow {
    width: 50px;
    padding-right: 3ex;
}

#total-supervisorship-number {
    display: inline;
}

#total-authorship-number {
    display: inline;
}