#player { display: flex; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; align-items: center; justify-content: center; } #state { font-size: 28px; margin-right: 10px; cursor: pointer; } #state:hover { color: red; } #player.autodj #genre { display: none; } #player.autodj #np { font-size: 12px; padding-top: 5px; } #player.live #genre { font-size: 14px; font-weight: bold; color: red; } #player.live #genre span { font-weight: normal } #player.live #np { font-size: 12px; } .Aligner-item { max-width: 50%; } .Aligner-item--top { align-self: flex-start; } .Aligner-item--bottom { align-self: flex-end; }