
#cont {
    padding: 0.5em;
    padding-left:1.5em;
}
th { 
    text-align: left;
    padding-left:0.5em;
    padding-top: 0.5em;
}
td { 
    vertical-align: top;
    padding:0.5em;
    border-bottom: 1px dotted #cfcfcf; 
}
td[onclick] {
    cursor: pointer;
}
td[onclick]:hover {
    background-color:#f6f6f6;
}
a {
    color: #659A2A;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    border-bottom: 1px solid #9DBC5D;
    transition: border 0.25s, color 0.25s;
}
a:hover {
    border-color: #F79646;
    color: #45691D;
}
i { 
    font-size:0.9em; 
    margin-top:0.2em; 
    display:block; 
    color:#666;
}

#abstractbox { 
    display: flex;
    visibility: hidden;
    opacity:0;
    justify-content:center;
    align-items:center;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 0.25s;
}
#abstractbox button {
    display: block;
    padding: 0.75em;
    font-family: monospace;
    font-weight: bold;
    font-size: 1.0em;
    color: #F79646;
    background-color: #953735;
    border: 1px solid #777;
    height: 1.75em;
    border-radius:1em;
    line-height:0;
    transition: color 0.35s, background 0.35s;
    margin:1em; 
    padding:1em 1.5em;
    cursor: pointer;
    text-align:center;
}
#abstractbox button:hover {
    color: #953735;
    background-color: #F79646;
}

#abstract {
    background: #fff;
    color: #000;
    font-family: sans;
    padding: 0.5em;
    margin: 0.5em;
    text-align:left;
    max-width:70em;
    min-width:50%;
    min-height:40%;
    max-height:95%;
    overflow: auto;
    transition: width 0.25s, height 0.25s;
}
#abstract center {
    margin:2em;
    padding:2em;
}

#abstract h1, #abstract h2, #abstract h3 {
    margin:0;
    padding:0;
    line-height:100%;
}
#abstract h1 {
    text-align:left;
    margin:0.5em;
    font-size:1.5em;
    margin-bottom:0.25em;
    grid-area: unset;
    border: none;
    height: auto;
    line-height: auto;
}

#abstract h2, #abstract h3 {
    font-size:1em;
}
#abstract h3 {
    font-weight: normal;
}
#abstract p {
    margin-top:.35em;
}
