
body {
    font-family:  Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

body.sketch {
    background-color: white;
    overflow: hidden;
}

body.sketch table-of-contents {
    display: none;
}

body.home {
    background: #eeeeee;
    margin-top: 50px;
}

table-of-contents {
    /* max-width: 960px; */
    position: relative;
    padding-left: 360px;
}
