.split-view-grid {
    .grid-wrap & {
        .grid {
            .tableBody {
                .pagination-row {
                    position: absolute;
                    width: 100%;

                    & > td {
                        width: 100% !important;
                        display: block;
                        text-align: center;
                        padding-left: 0 !important;
                        border-bottom: none !important;

                        &:hover {
                            cursor: pointer;
                        }
                    }

                    .torn-edge {
                    }

                    a.bMoreMatches {
                    }
                }
            }

            .tableHead th,
            .tableBody td {
                box-sizing: border-box;
            }
        }
    }

    .grid-wrap.split & {
        .grid .tableBody {
            .pagination-row {
                width: 100%;
            }
        }
    }
}

/* specific overides */

.pb65 {
    padding-bottom: 65px !important;
}

.position-inherit {
    position: inherit !important;
}
