
body {

	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none;
	user-select: none;
  /*
	width:1200px; 
  padding:0 20px;
	font-size:40px;
  */
	margin:0 auto;
  background:#598ffc;
  /*
	background: #ddf url('/images/bg.jpg') top center no-repeat ;
  */
	color:#ffffff;
	font-family:sans-serif;
	font-weight:bold;
}

.input-text {
	font-size:60px;
	width:200px;
	border:none;
	border-radius:0.4em;
	padding:0.1em 0.5em;
}

.numline {
	margin:15px auto;
	width:960px;
}
.numline img {
	display:block;
	float:left;
}

table.input-table {
	border-spacing: 0;
}

table.input-table td {
	font-size:40px;
	cursor:pointer;
	padding:10px 20px;
}
table.input-table td.pressed {
	color:red;
}


.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  /*
  font-size: 12px;
  */
  line-height: 1.2;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
