/* css for yearly highlights 2017 */

body {
    background-color: white;
    color: black;
    font-family: sans-serif; /* more readable on computer screens than serif fonts */
    font-size: medium;
}

#all_content { /* div jello layout */
    width: 800px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

#toc { /* table of contents */
    padding-left: 0;
    list-style-type: disc;
}

#toc a {
    color: black;
    text-decoration: none;
}

#toc li {
    font-size: 103%;
    line-height: 1.6em;
}

span.small {
    font-size: 80%;
}

h1 {
    font-size: 210%;
    font-weight: bold;
}

h2 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 0em;
}

h3 {
    font-size: 90%;
    font-weight: normal;
    margin-top: 0.4em;
}

h4 {
    font-size: 115%;
    font-weight: bold;
}

p {
    line-height: 1.5em;
}

em {
    /* default value, font-style: italic; */
}

b {
    /* default value, font-weight: bold; */
}

a {
    /* default values */
    /* check default: https://www.w3schools.com/cssref/css_default_values.asp */
}

h2 a { /* select all a elements inside h2 elements */
    color: black;
}

h4 a {
    color: black;
}

br {
    /* default value: none; */
}

ul {
    list-style-type: disc;
    line-height: 1.3em;
}

ol {
    line-height: 1.3em;
}

li {
    /* default value, display: list-item; */
}

dl { /* description list */
    line-height: 1.3em;
}

dt {
    margin-top: 0.5em;
}

figure {
    text-align: center;
    font-size: 90%;
}

hr {
    /* default values */
}
