body {
	font-family: 'Roboto' !important;
	background-color: #111111;
}
.center {
    margin: auto;
    width: 550px;
    text-align:center;
  }
.logo {
	height: 60px;
	margin:	0 12px;
}
.preset {
	margin: 8px auto;
	display: block;
	font-size: 18px;
	font-family: Roboto;
	font-weight: 500;
	padding: 4px 8px;
	color: #ffffff;
	width: 550px;
	border-radius: 4px;
    text-align: center;
}
ul {
	height: 275px;
	width: 550px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

li {
  margin:0;
  padding:0;
  list-style:none;
  position:relative;
  float:left
}

ul .white {
	height: 240px;
	width: 78px;
	z-index: 1;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-radius: 0 0 5px 5px;
	box-shadow: -1px 0 0 rgba(255,255,255,0.8) inset,0 0 5px #ccc inset,0 0 3px rgba(0,0,0,0.2);
	background: linear-gradient(to bottom,#eee 0%,#fff 100%);
}
.black {
	height: 140px;
	width: 64px;
	margin: 0 0 0 -32px;
	z-index: 2;
	border: 1px solid #000;
	border-radius: 0 0 3px 3px;
	box-shadow: -1px -1px 2px rgba(255,255,255,0.2) inset,0 -5px 2px 3px rgba(0,0,0,0.6) inset,0 2px 4px rgba(0,0,0,0.5);
	background: linear-gradient(45deg,#222 0%,#555 100%);
}

.b,.g,.d,.e,.a {
  margin:0 0 0 -2em
}

ul li:first-child {
  border-radius:5px 0 5px 5px
}

ul li:last-child {
  border-radius:0 5px 5px 5px
}
.wkey {
	width: 48px;
	border-radius: 2px;
	border-width: 1px;
	margin: 190px 0 0 14px;
	height: 32px;
	background-color: #fff4ba;
	border: 1px solid #cccccc;
}
.wkey:focus {
    background-color:#FFCCCB;
}
.bkey {
	width: 48px;
	border-radius: 2px;
	border-width: 1px;
	margin: 90px 0 0 7px;
	height: 32px;
	background-color: #fff4ba;
	border: 1px solid #cccccc;
}
.bkey:focus {
    background-color:#FFCCCB;
}
.p1 {
	background-color:#007bff;
	font-family: 'Roboto' !important;
}
.p2 {
    background-color:#e50047;
}
.p3 {
    background-color:#40009b;
}
.p4 {
    background-color:#00bff6;
}
.p5 {
    background-color:#fa6000;
}
.p6 {
    background-color:#9800c1;
}
.p7 {
    background-color:#92cd46;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #333333;
  color: white;
  text-align: center;
  z-index:3000;
  padding:16px;
}
body .modal-dialog { /* Width */
    max-width: 100%;
    width: auto !important;
    display: inline-block;
}
.modal {
  z-index: -1;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.modal-open .modal {
   z-index: 1050;
}

