body { background: #eee; font-family: Arial; } #log { height:600px; width:1000px; border:1px solid #ccc; background-color: #fff; overflow:auto; float:left; } .stat-header-self { font-weight: bold; font-size: 150%; min-width:250px; float:left; } .stat-header { font-weight: bold; font-size: 150%; min-width:130px; } .stat-line { font-weight: normal; font-size: 12pt; } .flex-container { display: flex; flex-wrap: wrap; } .action-button { }