.grid-table  {
    .order-cell-box {
        height: 100%;
        text-align: center;
        position: absolute;
        font-size: 12px;
        .order-cell-content {
            display: inline-block;
            color: rgba(148, 154, 164, 1);
        }
    }
}
