table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#calendar table {
   margin-bottom: 8px;
}

td p {
    margin: 2px;
}

tr.odd {
    background: #eee;
}

tr.even {
    background: #fff;
}

#TOC ul {
    list-style: none;
    padding-left: 2px;
}

#nav-index {
    display: none;
}

.strikethrough {
    text-decoration: line-through;
}

code {
    word-break: normal;
}

table.dataframe {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    color: black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    table-layout: fixed;
    overflow-x: auto;
    display: block;
}

table.dataframe thead {
    border-bottom: 1px solid black;
    vertical-align: bottom;
}

table.dataframe tr, table.dataframe th, table.dataframe td {
    text-align: right;
    vertical-align: middle;
    padding: 0.5em 0.5em;
    line-height: normal;
    white-space: normal;
    max-width: none;
    border: none;
}

table.dataframe tbody tr:nth-child(odd) {
    background: #f5f5f5;
}

div.output-dataframe {
    box-sizing: border-box;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;    
}
