body {
    background: #000000;
    font: 12pt Helvetica;
    color: #ea183f;
    text-align: center;
    min-width: 1100px;
}

h1 {
    color: #eab83f;
    font: 40pt Helvetica;
    text-align: center;
    margin: 0px 0px 30px 0px;
}

a {
    font: 20pt Helvetica;
    color: #ea187f;
    text-decoration: none;
    border-bottom: 2px dotted  #ea187f;
    padding: 0px 0px 0px 0px;
}

a:hover {
    color: #eaa87f;
}

h2 {
    font: 16pt Helvetica;
    color: #5574a7;
    letter-spacing: -1px;
    font-weight: bold;
}

.rankings ol {
    display: inline-block;
    counter-reset: li;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 16px;
}

.rankings ol li{
    position: relative;
}

.rankings ol li:before{
    content: counter(li)'.';
    counter-increment: li;
    position: absolute;
    right: 100%;
    margin-right: 4px;
}

.rankings table {
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    width: 80%;
}

.rankings td {
    vertical-align: top;
    padding: 15px;
}

.rankings td a {
    font: 16pt Helvetica;
}

.rankings td a.stealth {
    font: 16pt Helvetica;
    color: #5574a7;
    letter-spacing: -1px;
    font-weight: bold;
    border-bottom: none;
}

.plaque h2 {
    font: 22pt Helvetica;
    color: #5574a7;
    letter-spacing: -1px;
    font-weight: bold;
}

.discourse {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 30px 0px;
    width: max-content;
    max-width: 100%;
}

.discourse pre.quote {
    font-family: monospace, "AppleBraille";
    text-align: left;
    line-height: 1.12;
    letter-spacing: -1px;
    white-space: pre;
}

.discourse pre.quote-wrap {
    font-family: monospace, "AppleBraille";
    text-align: left;
    line-height: 1.12;
    letter-spacing: -1px;
    white-space: pre-wrap;
}

.discourse p.label {
    text-align: center;
    font-weight: bold;
}

.late {
    color: #bbaacc;
}

.sa {
    color: #ffffff;
    text-shadow: 0 0 5px #fff700, 0 0 5px #fff700;
}

.sb {
    color: #ffeb3b;
    text-shadow: 0 0 10px #ff8c3b, 0 0 20px #ff8c3b, 0 0 30px #ff8c3b, 0 0 40px #ff8c3b;
}
 
.sx {
    color: #000000;
    font-weight: bold;
    text-shadow: 0 0 5px #ff8c0b, 0 0 5px #ff8c0b;
    filter: url(#truth-filter);
}

#truth-svg {
    position: absolute;
    width: 0;
    height: 0;
}

#timeline-content {
    /* max-width: 1400px; */
    margin: auto;
}

#timeline-svg {
    display: block;
    margin: auto;
    width: 90%;
    height: 220px;
}

.plot-content {
    text-align: center;
    max-width: 100%;
    margin: auto;
    padding: 0px 50px;
}

.plot-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    /* padding: 30px; */
}

.plot {
    aspect-ratio: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.last-updated {
    color: #eab83f;
    font-size: 24px;
    margin: 40px auto;
}

.liveness {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
    width: max-content;
    gap: 50px;
}

.liveness table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    align-items: center;
}

.liveness td {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding: 12px 20px;
    border-bottom: 2px solid #5574a7;
}

.liveness tr:last-child td {
    border-bottom: none;
}

.liveness td:nth-child(2) {
    text-align: right;
}

.status {
    padding: 5px 12px;
    border-radius: 4px;
    display: inline-block;
}
        
.status-up {
    background-color: #2d5a3d;
    color: #7cdb8f;
}
        
.status-down {
    background-color: #5a2d2d;
    color: #db7c7c;
}

.status-other {
    background-color: #5a4d2d;
    color: #dbb87c;
}
