.firstrow { float: left; max-width: 30%; padding-right: 20px; } #theship { float: left; } #theship::before { content: "The Ship"; } #themission { float: left; } #themission::before { content: "The Mission"; } #theadversary { float: left; } #theadversary::before { content: "The Adversary"; } #thekobolds { padding-top: 10px; padding-bottom: 10px; } #thekobolds::before { content: "The Kobolds"; } .kobold { float: left; padding-right: 20px; } .head { font-weight: bold; font-size: 1.5em; }