.table-container{
    overflow-x: auto;
}

table{
    width: 100%;
    border-collapse: collapse;
}

.name{
    width: 120px;
    min-width: 120px;
}

.post{
    width: 50px;
    min-width: 50px;
}

.expertise{
    width: auto;
    min-width: 175px;
}

.room{
    width: 50px;
    min-width: 50px;
}

.email{
    width: 100px;
    min-width: 100px;
}

.hp{
    width: 20px;
    min-width: 20px;
}