/************************ divGrid ************************/
.thunder-div-grid div {
    display: inline-block;
    text-align: center;
}

.thunder-div-grid .thunder-div-header,
.thunder-div-grid .thunder-tbody {
    width: 100%;
    text-align: left;
}

.thunder-div-grid .thunder-row {
    white-space: nowrap;
}

.thunder-div-grid .thunder-row div {
    min-width: 3rem;
}