body {
    min-width: 400px;
}

.nav-dashboard {
    font-weight: 600;
    font-size: 1.5em;
}

.jumbotron-intro {
    background-color: #eee;
}

.smm_logo {
    width: 150px;
    height: auto;
}

.uzh_logo {
    width: 150px;
}

.lead {
    margin-bottom: 0;
    float: left;
}

/* Table styles */
table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

th, td {
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

#table-title {
    text-align: center;
}

.tile {
    margin-left: 20px;
}

.display-file {
    padding: 1em;
    border: 1px solid #e8e7e7;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f6f6f6;
    cursor: pointer;
}

.display-file:hover {
    background-color: #f1f1f1;
}

.display-file-icon {
    width: 2em;
    margin: 0.5em;
    pointer-events: none;  /* Enables clicking on SVG for download */
}

.display-file-title {
    color: #313437;
    font-size: 0.8em;
    margin-top: 0.5em;
}

.form-floating {
    margin-bottom: 1em;
}