
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto+Mono:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
:root {
    --myrefl-bg-color: #1E3C3C;
    --myrefl-fg-color: inherit;
}

body {
    min-height: 75rem;
    padding-top: 4.5rem;
    background-color: #0f0f0f;
    color: #D3D3D3;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
}

table,code,tt,pre {
    font-family: 'Roboto Mono', monospace !important;
    font-size: 18px !important;
    color: #D3D3D3 !important;
}

table th {
    font-family: 'Jost', sans-serif !important;
    color: #D3D3D3 !important;
}

table td {
    color: #D3D3D3 !important;
}

a.tip {
    text-decoration: none;
}

a.tip:hover {
    position: relative;
}

a.tip span {
    display: none
}

a.tip:hover span {
    background: #000000;
    opacity: 0.9;
    border: none;
    border-radius: 5px 5px 5px 5px;
    font-size: 14pt;
    text-decoration: none;
    white-space: nowrap;
    color: #D3D3D3;
    padding: 6px 6px 6px 6px;
    margin: 10px;
    display: block;
    z-index: 50; 
    position: absolute;
    top: 10px;
    font-family: 'Jost', sans-serif !important;
}

.red-700 {
    color: rgb(185 28 28);
}

.listingtable th {
    background-color: #393B40;
}

.listinglink {
    text-decoration: underline;
}

.FilterField {
    font-size: 10pt;
    text-decoration: none;
    background-color: #393B40;
    width: 150px;
    height: 20px;
    padding-left: 5px;
    padding-top: 3px;
}

.FilterSubmit {
    font-size: 10pt;
    text-decoration: none;
    background-color: #393B40;
    color: #D3D3D3;
    height: 26px;
    width: 60px;
    padding-left: 5px;
    padding-top: 3px;
}

.smalllink {
    font-size: 12pt;
    text-decoration: none;
    color: #55ada9;
}

a {
    color: #55ada9;
}

.xlxRefOffline {
    color: #fff;
    background: #6b0000;
}
