
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
	border-width:2px;
border-style:solid;
border-color: #ffffff;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}




@font-face {
    font-family: alchemion;
    src: url(/fonts/Alchemion.ttf);
}

@font-face {
    font-family: brandon-bld;
    src: url(/fonts/Brandon_bld.otf) format("opentype");;
}
@font-face {
    font-family: brandon-blk;
    src: url(/fonts/Brandon_blk.otf) format("opentype");;
}
@font-face {
    font-family: brandon-light;
    src: url(/fonts/Brandon_light.otf) format("opentype");;
}
@font-face {
    font-family: brandon-med;
    src: url(/fonts/Brandon_med.otf) format("opentype");;
}
@font-face {
    font-family: brandon-reg;
    src: url(/fonts/Brandon_reg.otf) format("opentype");;
}
@font-face {
    font-family: brandon-thin;
    src: url(/fonts/Brandon_thin.otf) format("opentype");;
}


html {
    font-size: 15px;
    font-family: sans-serif;
}

body {
    background: #000000;
    font-size: 1em;
}

.input-numeric-container {
    
    padding: 1em;
    margin: 1em auto;
    max-width: 350px;
}

.input-numeric {
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border: none;
	color: #ffffff;
	font-family: alchemion;
	font-size: 500%;
	text-align: center; 
}

.table-numeric {
    width: 100%;
    
}

.table-numeric td {
    vertical-align: top;
    text-align: center;
    width: 100px;
	height: 100px;
    border: 0;
}

.table-numeric button {
	font-family: alchemion;
    position: relative;
    cursor: pointer;
	background-color: #155762;
	color: #ffffff;
    display: block;
    width: 100%;
	height: 100%;
    box-sizing: border-box;
    font-size: 42px;
    border-radius: 50%;
    outline: none;
    user-select: none;
}

.go submit {
	font-family: alchemion;
    position: relative;
    cursor: pointer;
	background-color: #155762;
	color: #ffffff;
    display: block;
    width: 100%;
	height: 100%;
    box-sizing: border-box;
    font-size: 42px;
    border-radius: 50%;
    outline: none;
    user-select: none;
}

.table-numeric button:active {
    top: 2px;
}

.key {
    background: #000000;
    border: 1px solid #000000;
}

.key-del {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
	font-size: 12px !important;
}

.key-clear {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
	font-size: 12px !important;
}

button[disabled] {
    opacity: 0.5;
    cursor: no-drop;
}

[data-numeric="hidden"] .table-numeric {
    display: none;
}