.bubble-sort-show {
    display: inline-block;
}

.bubble-sort-show td {
    text-align: center;
}

.bubble-sort-show th {
    background-color: #ffbbbb;
    color: #000000;
    /* font-weight: normal; */
    padding: 8px;
}



.highlight {
    /* border: 1px solid #ff0000; */
    border: 3px solid #ff0000;
}
