.booom-buttons .flex {
    display: flex
}
.booom-buttons .table {
    display: table
}
.booom-buttons .flex-row {
    flex-direction: row
}
.booom-buttons .flex-col {
    flex-direction: column
}
.booom-buttons .flex-wrap {
    flex-wrap: wrap
}
.booom-buttons .items-start {
    align-items: flex-start
}
