<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}
body {
	font: 71%/1.5 Verdana, Sans-Serif;
	background: #eee;
}
#container {
	margin: 100px auto;
	width: 788px;
}

#keyboard {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ccontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


#keyboard li {
    float: left;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.capslock, .tab, .left-shift {
    clear: left;
}


#keyboard .tab, #keyboard .delete {
    width: 70px;
}
#keyboard .capslock {
    width: 80px;
}
#keyboard .return {
    width: 77px;
}
#keyboard .left-shift {
    width: 95px;
}
#keyboard .right-shift {
    width: 109px;
}

.lastitem {
    margin-right: 0;
}
.uppercase {
    text-transform: uppercase;
}
#keyboard .space {
    clear: left;
width: 681px;
}
.on {
    display: none;
}


#keyboard li:hover {
    position: relative;
    top: 1px;
    left: 1px;
    border-color: black;
    cursor: pointer;
}

#keyboard li:not(:hover) {
    position: relative;
    top: 1px;
    left: 1px;
    border-color: #a7a7a7;
}


#keyboard .language {
	width: 100px;
	border: 3px solid #000000;
	background: #aaaaaa;
}

.about {
    border:1;
    display: inline-block;
}
</pre></body></html>