div#ctl00_phMainContent_divBuffer > table tbody {
    float: left;
}

    div#ctl00_phMainContent_divBuffer > table tbody > table td {
        padding-right: 1rem;
    }

.GridTableHeaderStyle td, .GridTableHeaderStyle td a {
    padding-bottom: 1em !important;
    text-transform: uppercase;
    font-family: "HelveticaNow-Bold";
    font-size: .625rem;
    text-align: left;
}

.matrix-grid .GridTableHeaderStyle td {
    text-align: center;
}

.matrix-cell input {
    background: #B8D5FF;
}

.matrix-cell {
    padding: 0 .3rem 0 !important;
    text-align: center;
    width: 9.38rem;
    max-width: 9.38rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .matrix-cell input {
        width: 100% !important;
        margin-bottom: 0;
        border-radius: 0;
        text-align: center;
        padding: .5rem.3rem !important;
        font-family: "HelveticaNow-Bold" !important;
        border-color: #B8D5FF !important;
        background: #fff;
        font-family: "HelveticaNowText-Regular";
    }

        .matrix-cell input:focus {
            outline: none;
            border: 1px solid #b8d5ff !important;
            -webkit-box-shadow: 0 0 4px 2px #73a0e2;
            box-shadow: 0 0 4px 2px #73a0e2;
            z-index: 10;
            position: relative;
        }

.matrix-grid table, .matrix-grid table tbody, .matrix-grid table tr, .matrix-grid table td, .matrix-grid table th {
    border: 0 !important;
    border-width: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

    .matrix-grid table td {
        padding: 0.1rem .625rem 0.1rem 0 !important;
        font-family: "HelveticaNow-Bold" !important;
    }
