@import url("screen.css"); /* default gitit screen styles */
@import url("hk-pyg.css"); /* for syntax highlighting */

/* Put your custom style modifications here: */

#content {
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 12pt;
}

code {
    background-color: #eee;
    padding-left: 4px;
    padding-right: 4px;
    border: none;
}

pre code {
    display: block;
    line-height: 1.2em;
    max-height: 30em;
    overflow: auto;
    padding: 10px;
}

table {
    border-collapse: collapse;
    border-color: #ccc;
    border-width: 1px;
    width: 100%;
}

table th {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
}

table td {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
}

blockquote {
    border-left: 4px solid #ccc;
    color: #444;
    margin: 0px;
    padding: 0px 0px 0px 16px; /* top right bottom left */
}

#footnotediv div {
    text-align: left;
}
