#bookPlayer { position: relative; height: 100%; width: 100%; overflow: auto; z-index: 100; background: #fff; display: flex; flex-direction: column; .topButtons { z-index: 1002; width: 100%; color: #000; opacity: 0.7; } .bookPlayerContainer { flex-grow: 1; } #btnBookplayerToc { float: left; margin-left: 2vw; } #btnBookplayerExit { float: right; margin-right: 2vw; } .bookplayerErrorMsg { text-align: center; } #btnBookplayerPrev, #btnBookplayerNext { margin: 0.5vh 0.5vh; } } #dialogToc { background-color: white; height: fit-content; width: fit-content; max-height: 80%; max-width: 60%; padding-right: 50px; padding-bottom: 15px; .bookplayerButtonIcon { color: black; } .toc li { margin-bottom: 5px; list-style-type: none; font-size: 120%; a:link { color: #000; text-decoration: none; } a:active, a:hover { color: #00a4dc; text-decoration: none; } } }