@import url(https://fonts.googleapis.com/css?family=Open+Sans);

code {
    font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
    color: #ccc;
}

body {
    font-family: 'Open Sans',Sans-Serif;
    font-style: normal;
    font-size: 12pt;
    line-height: 20pt;
    word-wrap: break-word !important;
    padding-top: 40px;
    padding-left: 100px;
    padding-bottom: 80px;
    background: #222222;
    color: #fff;
}

h1 {
    font-family: 'Open Sans',Sans-Serif;
    font-style: normal;
    font-size: 18pt;
    color: #fff;
    margin-top: 40px;
}

h2 {
    font-family: 'Open Sans',Sans-Serif;
    font-style: normal;
    font-size: 18pt;
    color: #fff;
    margin-top: 40px;
}

h3 {
    font-family: 'Open Sans',Sans-Serif;
    font-style: normal;
    font-size: 18pt;
    color: #fff;
    margin-top: 40px;
}

li {
    margin-bottom: 20px;
}

a {
    color: #fff;
}

td {
    padding-right: 100px;
}

thead {
    font-weight: bold;
}
