.data-table {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-top: 10px;
}

td {
    min-width: 40px;
    min-height: 30px;
    background-color: #eeeeee;
}

th {
    padding-right: 0;
    padding-left: 0;
    min-width: 40px;
    background-color: #eeeeee;
    text-align: center;
}

.set {
    color: #4CAF50;
    text-align: center;
}

.notset {
    color: #AF4C50;
    text-align: center;
}

tbody, thead {
    display: block;
}

tbody {
    overflow-y: scroll; /* Trigger vertical scroll    */
}

span {
    display: inline-block;
}

#table {
    display: flex;
    justify-content: center;
}
