div.debug {
    display: none;
}


.job-title {
    margin-top:0;
    text-align:right;
    font-style:italic;
    font-size: 100%;
    padding-top:0;
}

div#knowledge {

    h1 {
        font-variant: small-caps;
    }

    div#categories {

        div {

            h2 {
                text-align: center;
                border-bottom: 1px solid;
            }

            li, ul {
                list-style-type:none;
                padding: 0;
                text-indent: 0;
            }
        }
    }

}

p.tech, span.tech {
    font-style: italic;
}


/* Formatting help */
.centre {
    text-align: center;
}

details {

    h3 {
        font-style: italic;
        font-size: 110%;
        margin-bottom: 0;
    }
}

/* Simple lists displayed as text */
ul.simple, ul.simple li {
    list-style-type:none;
    padding: 0;
    text-indent: 0;
}
