#database-control-panel { display: flex; flex-direction: row; width: 80%; } .dc-scroll-container { overflow-y: scroll; max-height: 600px; margin: 10px; color: black; font-weight: bold; } .dc-scroll-container>div:nth-child(even) { background-color: gainsboro; } .dc-scroll-container>div:nth-child(odd) { background-color: white; } .dc-scroll-container>div:hover{ background-color: var(--secondary-blue-text); color: white; cursor: pointer; } .dc-content-container { margin: 10px; } .dc-content-container>dd>input { width: 100%; font-weight: bold; } .dc-loadout-container { max-height: 200px; width: 300px; } .dc-items-container { max-height: 200px; }