.example-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#myGrid {
    flex: 1 1 0px;
    width: 100%;
}

.example-header {
    font-size: 13px;
    padding: 5px;
    background-color: #0f0f0f;
}

.code-highlight-blue {
    color: #a3b9a3;
}

.code-highlight-yellow {
    color: #e8bf6a;
}

.code-highlight-green {
    color: #a5c261;
}

.code-highlight-purple {
    color: #977582;
}

.transition-width {
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    -o-transition: width 3s;
    -ms-transition: width 3s;
    transition: width 3s;
}

.ag-header-cell-label {
    justify-content: center;
}

.grid-wrapper {
    flex: 1 1 0px;
    width: 100%;
}



strong {
    font-weight: 600;
}

.ag-theme-alpine {
    --ag-odd-row-background-color: rgba(212,217,212,.5);
    --ag-font-size: 16px;
    --ag-header-foreground-color: #bc6c25;
    --ag-font-family: Nunito Sans,Helvetica,Arial,sans-serif;
    --ag-line-height: 26px;
}

.ag-header-cell-text {
    letter-spacing: 2px;
    text-transform: uppercase !important;
    font-weight: 100;
}

.color-heading {
    color: #8d9485;
}
