.squad-layout { overflow: hidden; padding: 5px 15px 5px 15px; } .row { clear: both; } .squad-cell { display: table-cell; padding: 5px; } .colored-row { background: rgb(34, 34, 34); } .title-row { border-radius: 12px 12px 0 0; } .footer-row { border-radius: 0 0 12px 12px; } .middle-row { min-height: 120px; border: rgb(34, 34, 34); background-color: white; border-left-style: solid; border-right-style: solid; } .title { color: whitesmoke; font-weight: bold; font-size: 14px; } .name-cell { display: inherit; margin-left: 200px; } h1 { text-align: center; } img { position: absolute; margin-top: 8px; margin-left: 25px; } .member-link { cursor: pointer; text-decoration: underline; } .army-head { font-weight: bolder; text-align: center }