
* {
    ini
    box-sizing: border-box;
}

h2 { color: #000000; font-size: 200%; font-style:italic; margin-bottom: 10px;}

.key {
    width:28px;
    height:35px;
    text-align:center;
    padding:2px;
    margin:0px 0px 5px 0px;
    font-size:100%;
    display:inline-block;
    border:3px #e0e0e0 outset;
    border-radius:5px;
    background:#ffffff;
    cursor:pointer;
}

.specKey {
    height:34px;
    text-align:center;
    padding:2px;
    margin:0px 0px -10px 0px;
    font-size:120%;
    display:inline-block;
    border:3px #e0e0e0 outset;
    border-radius:5px;
    background:#ffffff;
    cursor:pointer;
}

.circKey {
    font-weight:bold;
    width:34px;
    height:34px;
    padding:0px 2px 0px 0px;
    border-width:3px;
    border-radius:50%;
    background:#ffffff;
    font-size:120%;
    cursor:pointer;
}

.ovalKey {
    width:40px;
    height:34px;
    text-align:center;
    padding:2px;
    margin:0px 0px 5px 0px;
    font-size:120%;
    display:inline-block;
    border:3px #e0e0e0 outset;
    border-radius:10px;
    color: #000000;
    background:#ffffff;
    cursor:pointer;
}

