.applications .main-section table tbody tr td.request-message {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.applications .main-section table tbody tr td .request-deadline {
    padding: 5px 10px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 13px;
    background-color: #E8F5E9;
    color: #2E7D32;
    white-space: nowrap;
}

.applications .main-section table tbody tr td .request-deadline.soon {
    background-color: #FFF3E0;
    color: #E65100;
}

.applications .main-section table tbody tr td .request-deadline.expired {
    background-color: #FDECEA;
    color: #C62828;
}

.applications .main-section table tbody tr td .request-comment {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    color: #4F46E5;
    cursor: pointer;
    text-decoration: underline;
}

.applications .main-section table tbody tr td .request-comment:hover {
    color: #3730A3;
}

.applications .main-section.data-requests-table {
    overflow-x: auto;
}

.applications .main-section.data-requests-table table {
    min-width: 1500px;
}

.applications .main-section.data-requests-table table thead tr td {
    white-space: nowrap;
    padding-right: 25px;
}

.applications .main-section.data-requests-table table tbody tr td .status {
    display: inline-block;
    white-space: nowrap;
}
