/* Poster Sessions Table */

.table-custom.slim th {
    padding: 12px 12px;
}

.table-custom.slim td {
    padding: 8px 10px;
}

@media (max-width: 576px) {
    .table-custom.slim {
        min-width: 100%;
    }

    .table-custom.slim th {
        padding: 8px 8px;
    }

    .table-custom.slim td {
        padding: 6px 8px;
    }
}

.table-custom.slim td p {
    line-height: 1.1rem;
}

.poster-sessions {
    background-color: transparent;

}

.poster-sessions tr td,
.poster-sessions tr th {
    border: 1px solid #dfefed;
    /* border-right: 1px solid #c872ff; */
}

.poster-sessions tr th {
    color: #4d6463;
    border-radius: 0;
    background-color: #dfefed;
}

.poster-sessions tr td {
    background-color: transparent;
}

.poster-sessions tr td:first-child {
    color: #000;
    text-align: center;
}

tr.poster-A td:first-child {
    color: #fff;
    background-color: #64ae2a;
}

tr.poster-B td:first-child {
    color: #fff;
    background-color: #822ea8;
}

tr.poster-C td:first-child {
    color: #fff;
    background-color: #d90e90;
}

.poster-presenter,
.poster-institution {
    text-align: left;
}

.poster-sessions p {
    margin-bottom: 0;
}