body { background-image: url("/ddddxhs_files/sitebg.png"); background-repeat: repeat-y; background-color: #001432; background-position: center; background-attachment: fixed; color: #fff; font-family: Verdana, Tahoma, sans-serif; } a { color: #00c; } a:hover { color: #6cf; } a img { border: 0px; } .center { display: block; margin-left: auto; margin-right: auto; width: 100%; } .ddd { width: 100%; text-transform: uppercase; font-size: 1.5em; font-weight: bold; list-style: none; } .top3 { position: relative; width: 800px; height: 215px; clear: both; text-transform: uppercase; } .scoreList { width: 40%; margin: 0px auto; padding: 0px; position: relative; top: -6em; } .scoreEntry { height: auto; list-style: none; margin-bottom: 0.3em; text-transform: uppercase; display: flex; flex-direction: column; /* New: Stack scoreInfo and bossImages vertically */ } .TopScore1, .TopScore2, .TopScore3 { position: absolute; text-align: center; width: 800px; font-weight: bold; color: #fff; font-size: 1.5em; } .TopScore1 { bottom: 183px; } .TopScore2 { bottom: 146px; } .TopScore3 { bottom: 109px; } .even { background-color: rgba(0, 0, 0, 0.9); } .odd { background-color: rgba(26, 26, 26, 0.9); } .scoreEntry #player, .scoreEntry #score { text-align: left; font-size: 1.5em; padding-left: 0.25em; font-weight: bold; } .scoreEntry { text-align: center; font-size: 1.2em; padding-right: 0.25em; display: flex; flex-wrap: wrap; /* New: Allow wrapping for boss images */ align-items: center; } .bossImages { text-align: right; font-size: 1.2em; padding-right: 0.25em; display: flex; flex-wrap: wrap; /* New: Allow wrapping for boss images */ align-items: center; } .bossImages { text-align: center; font-size: 1.2em; padding-right: 0.25em; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; /* New: Center the boss icons horizontally */ } .bossImages img { max-height: 80px; margin-right: 5px; margin-bottom: 5px; /* New: Add some spacing between boss images */ } .bossImageWrapper { display: flex; flex-direction: column; align-items: center; margin-right: 10px; } .bossLabel { font-size: 12px; color: #fff; margin-top: 5px; text-align: center; /* Center the label text */ }