	.btn-numpad, .btn-numpad-lg
	{	
		width: 4rem;
		font-size: 2rem;
		padding: .25rem !important;
		height: 3rem;
		margin: .2rem;
		line-height: 1;	
	}
	.btn-numpad-lg	{	width:6.5rem;	}
	#numpad .modal-dialog { top: 7rem !important; }
	#numpadentry
	{
		width: 75%;
		text-align: center;
		line-height: 1;
		font-size: 1.5rem;
		padding: .33rem;
		border: 1px groove #555;
		font-weight: bold;
	}
	
	#numpad .modal-content	{background-color: transparent;}
	#numpad .modal-body
	{
	max-width:500px;
	margin:auto;
	background-color: #fff;
	}
	  .modal-content {
	    box-shadow: 0 0 0 #000 !important;
	    border:0px white !important;
  }		