.codeBlock {
    margin-left:25px;
}
code {
    font-family:"Courier New",monospace;
    font-size:10pt;
    white-space:pre;
}
table {
    width:80%;
    margin: auto auto 20px;
}
table,th,td {
    border-collapse:collapse;
    border:1px solid #000000;
    font-size: 10pt;
}
th,td {
    vertical-align:top;
    padding: 3px;
}
caption {
    text-align:left;
    font-weight:bold;
    font-family: "Century Gothic", serif;
    font-size: 14pt;
}
/* example calendar page */
#example {
    text-align:center;
}
#exampleCode {
    text-align:left;
}
#tcCalendar {
    width:170px;
    margin:auto;
}
div#tcCalendar {
    border:1px solid #000000;
    padding:10px;
    background-color: #ffaa05;
    font-weight: bold;
}
table#tcCalendar td.current {
    background-color:  #ffaa05;
    font-weight: bold;
}
table#tcCalendar caption {
    text-align:center;
    font-size: 11pt;
}
/* download section */
#downloadBox {
    padding:8px;
    width: 50%;
    margin: auto;
    text-align: center;
    border:1px solid #000000;
}
#downloadBox a {
    line-height: 25px;
    font-weight: bold;
    text-decoration: none;
}
#downloadBox a img {
    margin-right: 10px;
    margin-bottom: -2px;
    border: none;
}
/* make room for download box at bottom of main */
#main {
    padding-bottom:25px;
}
