.DEairconsole-keyboard {
    background-color: #F6EFD5;
	display: block;
    color: black;
    left: 0px;
    right: 0px;
    font-family: 'Beckman', sans-serif;
}

.DEairconsole-keyboard-layout {
    max-width: 1280px;
	background-color: #CDC8AE;
	border-radius: 2px;
	border: solid black 1px;
	padding-top: 1%;
	padding-bottom: 1%;
}

.DEairconsole-keyboard-key-label {
    box-sizing: border-box;
    border: 3px solid #54504B;
    background: #F6EFD5;
    overflow: hidden;
	border-radius: 8px;
}

.DEairconsole-keyboard-key-label-active {
    background-color: #C9BE93;
    position: relative;
    top: 3px;
    border-bottom: 0 solid rgba(0,0,0,0);
}

.DEairconsole-keyboard-layout-key-active {
    background-color: #C9BE93;
}

.DEairconsole-keyboard-carret {
    background-color: #777777;
    width: 1px
}

.DEairconsole-keyboard-key-disabled {
    color: #3b3b3b;
}

/* You probably shouldn't change anything bellow */

.DEairconsole-keyboard {
    /*padding: 4px 0;*/
    -webkit-highlight: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    text-align: center;
	position: relative;
	overflow: scroll;
}
.DEairconsole-keyboard-key {
    display: inline-block;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.DEairconsole-keyboard-key-label {
    padding-top: 10px;
    padding-bottom: 16px;
    margin: 1px 1px 0px 0px;
    text-align: center;
    cursor: hand;
    cursor: pointer;
	font-size: 20px;
}

.DEairconsole-keyboard-row {
    text-align: center;
    margin-left: 4px;
    max-width: 1280px;
}

.DEairconsole-keyboard-layout {
    display: inline-block;
    width: 100%;
}

.DEairconsole-keyboard-carret {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 1px;
}

.DEairconsole-keyboard-carret-container {
    position: relative;
}

.DEairconsole-keyboard-key-html-container {
    display: inline-block;
    height: 16px;
}

.DEairconsole-keyboard-backspace {
    background-image: url('images/keyboard-back.png');
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 50% 50%;
}

.DEairconsole-keyboard-shift {
    background-image: url('images/keyboard-shift.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
