body {
    padding: 0;
    margin: 0;
}

#rightbar {
    position: absolute;
    top: 5px;
    right: 5px;
}

#game-container {
    display: flex;
    justify-content: center;
}

td, th {
  padding: 5px 10px;  
}

#tables {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #AAAAAA;
    background-color: #FFFFFF88;
}