@import url(../stefan.css);

table {
    font-size: 70%;
}

.classes {
    text-align: left;
}

.keylist th {
    font-size: 70%;
    padding-right: 2ex;
    padding-left: 2ex;
    border-bottom: 1px;
}

.keylist .keycode {
    background: #331111;
}

.keylist .key {
    background: #111111;
    border: solid 1px #333333;
    -moz-border-radius: 10px;
}

.in {
    font-style: italic;
}

.out:before{
    color: red;
    content: "» ";
    font-size: 120%;
}

.in:before{
    font-size: 120%;
    color: blue;
    content: "« ";
}

.section h3 {
    clear: right;
}
