header.navbar div.navbar-header div#pre_selected_restaurant_table_header div#square_around_table_name {
    width : 70px;
    height: 35px;
    max-width: 70px;
    max-height : 45px;
    background : white;
    color: black;
    font-size: 2.6vw;
    font-weight: bold;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    flex-direction: row;
    overflow: auto;
}