﻿table.keypad {
    border-spacing: 8px !important;
    border-collapse: separate !important;
    margin-left: auto !important;
    margin-right: auto !important;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

    table.keypad tr {
        height: 80px !important;
    }

    table.keypad > tbody > tr > td {
        width: 120px !important;
        border: solid 1px black !important;
        text-align: center !important;
        font-size: 40pt !important;
        cursor: pointer !important;
        background: #FBFBFB !important;
        border-radius: 5px !important;
        color: black !important;
    }

        table.keypad > tbody > tr > td:hover {
            background: #C5C5C5 !important;
        }

    table.keypad tr td:active {
        background: #BBBBBB !important;
    }

    table.keypad > tbody > tr > td.text-small {
        font-size: 25pt !important;
    }

    table.keypad > tbody > tr > td > div, table.keypad > tbody > tr > td > a {
        color: black !important;
        text-decoration: none !important;
    }

    table.keypad > tbody > tr > td[disabled=disabled] {
        background: #FBFBFB !important;
        text-decoration: none !important;
    }

        table.keypad > tbody > tr > td[disabled=disabled] > div, table.keypad > tbody > tr > td[disabled=disabled] > a {
            color: #C5C5C5 !important;
            text-decoration: none !important;
        }
