.table-container {
    width: 100%;
    overflow-x: scroll;
}

.table-container table {
    table-layout: fixed;
}

.table-container td {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#main_table tr.disabled-row {
    background-color: #ececec;
    font-weight: 900;
}

.hidden {
    display: none;
}

.solo-msg {
    padding: 15px;
    text-align: center;
    width: 100%;
}

.solo-msg__success {
    background-color: darkgreen;
    color: white;
}

.solo-msg__error {
    background-color: darkred;
    color: white;
}