﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

table {
    text-align: left;
}

th {
    text-align: inherit;
}

th:not(:first-child), td:not(:first-child) {
    padding-left: 0.5em;
}

#toc-container {
    padding: 0.5em;
    border: 0px solid thin;
    margin: 1em 0 0 0;
    background: #EFEFEF;
}

#toc-container .toc-title {
    font-weight: bold;
    margin: 0 0.5em;
}

a {
    text-decoration: none;
    border-bottom: 1px solid;
    color: #005A9C;
}

a:hover {
    color: darkblue;
    transition: all .2s;
    font-weight: 700;
}

a:visited {
    color: #424243;
}

p{
    margin: 0.5em;
}

/***    TABLE STYLE  ***/
thead {
    background: #424243;
    color: white;
    line-height: 2;
    font-size: 16px;
}

th {
    padding-left: 0.5em;
}
tr:nth-child(even) {
    background-color: #EFEFEF;
}

td {
    padding: 0.2em 0.5em;
}

/***  END TABLE STYLE ***/

code {
    margin: 1em;
}

h1, h2, h3, h4, h5, h6 {
    color: #005A9C;
    margin: 0.5em 0em;
}

h1 {
    font: 170% sans-serif;
}

h2 {
    font: 140% sans-serif;
}

h3 {
    font: 120% sans-serif;
}

h4 {
    font: bold 100% sans-serif;
}

h5 {
    font: italic 100% sans-serif;
}

h6 {
    font: small-caps 100% sans-serif;
}