.overview { position: fixed; overflow-y: scroll; overflow-x: hidden; bottom: 20px; width: 100%; padding-left: 50px; padding-top: 190px; margin-left: 10px; height: 100vh; } .return-button { background: white; width: 90vw; height: 80px; z-index: 1; position: relative; padding: 20px 0 20px 0; } .table { overflow-wrap: break-word; table-layout: fixed; } .table-container { margin-top: 10px; overflow-x: auto; } .opfor { color: firebrick; font-weight: 600; } .blufor { color: blue; font-weight: 600; } .table-head { background: #222222; color: white; } .cell-outline { outline: 1px solid #D4D4D4; }