
@font-face {
    font-family: "handwrite";
    src: url("ArchitectsDaughter.woff") format('woff');
}

.tooltip {
    font-family: "handwrite" !important;
    background-color: red;
}

.themehelp {
    float: left;
    color: #f70;
}

.powerhelp {
    float: right;
    color: #0f0;
}

.cmdhelp {
    transform: rotate(-1.5deg);
    background-color: #ffeba1;
    padding: 1em;
    margin: 2em auto;
    width: 35ch;
}

.cmdhelp table {
    transform: rotate(2deg);
}

.ck {
    width: 10ch;
    vertical-align: top;
}

.cd {
    width: 25ch;
}

.hidden {
    display: none;
}
