figure{
    display: flex;
    justify-content: center;
}

table {
    padding:8px;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

th{
    background-color: #d8b0b0;
    text-align: left;
}

td{
    background-color: #ffe2e2;
    max-width: 250px;
}

th, td {
    border: 2px solid #fff;
    vertical-align: middle;
    padding:8px;
}

.FirstColumn{
    font-weight: bold;
    width: 200px;
}

.Table_Inspection .Table_swipe{
    margin-bottom: 1em;
}

.Table_swipe{
    display: table;
    overflow: auto;
}
