:root {
    --black: #221E1D;
    --white: #FFFFFF; /* #ECEAE0; */
    --gray: #878787;
    --red: #E9633B;
    --yellow: #DAF7A6;
    --blue: #6265f4; #BEBEF8; */
}


html, body {
    height: 100%;
    width: auto;
}

html {
    color: var(--black);
    font-family: "Helvetica", sans-serif;
    -webkit-font-smoothing: antialiased;
}

body {
    background: var(--white);
    font-size: 15px;
    line-height: 1.4667;
    margin: 0px;
}

table {
  margin-top: 20px;
  margin-bottom: 40px;
  border-collapse: collapse;
  width: 100%;
}

th, td {
    padding: 8px;
    text-align: left;
    vertical-align: top;
    /* border-bottom: 1px solid var(--gray); */
    margin: 0px;
}

li {
  margin-bottom: 20px;
}

h2 {
  margin-top: 50px;
}


a:link, a:visited {
    color: var(--blue);
    text-decoration: none;
    transition: background-color .15s linear, color .15s linear;
}

a:hover {
    color: var(--red);
}

.header {
    border: 0px solid var(--white);
    background: var(--black);
    width: 100%;
}

.topSpace {
    padding-top: 120px;
}

.leftSpace {
    padding-left: 50px;
}

.pageTitle {
    font-family: Helvetica, sans-serif;
    text-transform: lowercase;
    display: block;
    font-size: 50px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: -2px;
    color: var(--yellow);
}


.pageTitle a {
    font-family: inherit;
    text-transform: inherit;
    font-weight: inherit;
    color: var(--yellow);
}


.pageSubtitle {
    animation: fadein 1s;
    font-family: Helvetica, sans-serif;
    color: rgb(244, 244, 236);
    font-size: 15px;
    line-height: 15px;
    display: block;
    font-weight: bold;
    margin-top: 18px;
    /*margin-bottom: 22px;*/
    margin-left: 100px;
}

.mainText {
    background-color: var(--white);
    padding-top: 10px;
    margin-right: 0px;
    border: 1px solid rgb(244, 244, 236);
    animation: fadein 2s;
}

.section {
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
    /*max-width: 550px;*/
    line-height: 22px;
    padding-bottom: 100px;
    border-bottom: 2px solid #ddd;
}

.items {
    animation: fadein 2s;
    display: block;


    width: 100%;
    background-color: var(--black);
    color: var(--yellow);

    padding-top: 50px;
    padding-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;

    white-space: nowrap;
    /*margin-top: 60px;
    margin-left: 40px;
    margin-bottom: 25px;
    */line-height: 21px;
    /*border-top: 1px solid #333;*/
}

.items a {
    color: var(--yellow);
}

.chunk {
    width: auto;
    margin-bottom: 40px;
    animation: fadein 1.5s;
}

.chunkLeft {
    vertical-align: top;
    display: inline-block;
    width: 140px;
    text-align: right;
    padding-right: 10px;
    font-weight: 600;
}

.chunkRight {
    display: inline-block;
    padding-left: 13px;
    border-left: 1px solid #666;
    vertical-align: top;
    font-size: 20px;
}

.chunkRight a {
    font-family: inherit;
    text-transform: inherit;
    font-decoration: inherit;
}

.indexName:hover {
    color: var(--red);
    background-color: var(--black);
}

.entry {
    padding-bottom: 20px;
}

.earlier {
    padding-left: 30px;
    color: var(--gray);
}

.abstract {
    margin-left: 5%;
    margin-right: 10%;
    text-align: left;
    line-height: 22px;
    color: var(--black);
}

.abstract-text {
    display: none;
}
