﻿.ps-cell-number-end {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 7px;
    height: 1.75rem !important;
    border-color: black !important;
}

.ps-cell-number-start {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 7px;
    height: 1.75rem !important;
    border-color: black !important;
}

.ps-numbered-row {
    position: relative;
    padding: 1.75rem 0;
}

/* margin helpers */
.ps-ms-1 {
    margin-left: 2em !important;
}

.ps-ms-2 {
    margin-left: 3em !important;
}

.ps-ms-3 {
    margin-left: 6em !important;
}

.ps-ms-4 {
    margin-left: 8em !important;
}

.ps-ms-5 {
    margin-left: 11.75em !important;
}

.ps-table {
    height: 1px; /* Will be ignored, don't worry. */
    border-color: black !important;
}

.ps-table tr {
    height: 100%;
    border-color: black !important;
}

.ps-table td {
    height: 100%;
    border-color: black !important;
}

.ps-table td > .ps-cell-container {
    height: 100%;
}
