
/* Here I put any new CSS definitions which are not part of what came with
poole

Note that I have modified '_includes/head.html' to include this css
file. */

/* kbd tag definition stolen from http://ergoemacs.org/ */
kbd {
    padding-left:.25em;
    padding-right:.25em;
    font: normal .85em/1 "Lucida Grande", Lucida, Arial, sans-serif;
    border:solid 1px #c2c2c2;
    border-radius:4px;
    background-color:#f0f0f0;
    /* box-shadow:1px 1px silver; */
    box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
}
