BODY
{
    margin-top: 56px;
    margin-bottom: 56px;
    font-size: 16px;
    font-family: Noto Sans, system-ui, sans-serif;
}

A
{
    color: 2980b9;
}

MAIN
{
    min-height: calc(100vh - 112px);
}

.btn
{
    padding-left: 20px;
    padding-right: 20px;
}
.btn, .card, .badge, .nav-link
{
    border-radius: 0px !important;
}

NAV.navbar
{
    box-shadow: 0px 0px 10px rgba(var(--bs-secondary-color-rgb), 0.5);
}
BUTTON.navbar-toggler
{
    box-shadow: none!important;
}
@media screen and (max-width: 499px)
{
    .dropdown-menu { border: none !important; }
}

FOOTER
{
    position: absolute;
    bottom: 0-56px;
    left: 0;
    right: 0;
}

DIV.jumbo
{
    background: url(../img/jumbo.jpg);
    background-size: cover;
    background-position: center;
}

H1, H2
{
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 499px)
{
    H2.desktop { display: none; }
}
@media screen and (min-width: 500px)
{
    H2.mobile { display: none; }
}

H3
{
    font-size: 1.25rem;
    margin-bottom: 5px;
}

H4
{
    font-size: 1.1rem;
}

P
{
    text-align: justify;
}

STRONG
{
    font-weight: 500;
}

.plus
{
    color: var(--bs-success);
}
.minus
{
    color: var(--bs-danger);
}
.zero
{
    color: var(--bs-secondary);
}

.mgpt-header
{
    margin-left: 15px;
    margin-right: 17px;
}
.mgpt-header .result
{
    font-size: 1.25rem;
    margin-top: 0.05rem;
    font-weight: 500;
}
.mgpt-entry
{
    margin-bottom: 10px;
}
.mgpt-entry .card-body > .d-flex > DIV:first-child
{
    width: 65px;
}
.mgpt-entry .card-body > .d-flex > DIV:last-child
{
    width: calc(100% - 75px);
}
.mgpt-entry .badge
{
    width: 70px;
    font-size: 1.05em;
    color: white;
    margin: -2px 0 5.5px 0;
}
.mgpt-entry .badge.buy
{
    background: var(--bs-primary);
}
.mgpt-entry .badge.sell
{
    background: var(--bs-warning);
}
.mgpt-entry .text-body-secondary
{
    font-size: 0.8rem;
}

.mgpt-entry .mgpt-title
{
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
}

.mgpt-results
{
    margin-top: -5px;
}

.mgpt-hidden H3, .mgpt-hidden .mgpt-title
{
    filter: blur(4px);
}

.nav-pills .nav-link
{
    color: #2c3e50;
}
.nav-pills .nav-link.active
{
    background: #2980b9;
    color: white;
}

#graph, .graph
{
    width: 100%;
    max-width: 1048px;
    height: auto;
}

.graph-outline
{
    position: relative;
}

.graph-overlay
{
    position: absolute;
    background: rgba(255, 255, 255, .65);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

.graph-outline:hover .graph-overlay
{
    display: flex;
}

.sticky
{
    position: sticky;
    top: 59px;
    z-index: 100;
    background: #f8f9fa;
    padding: 8px 0 1px 0;
}

.howto-card
{
    width: 30%;
    padding: 0 4px;
}

.howto-arrow
{
    width: 5%;
    text-align: center;
    margin-top: 110px;
}

.howto-main
{
    font-size: 0.9rem;
    text-align: justify;
}

.howto-tip
{
    margin-top: 8px;
    padding-top: 8px;
    font-size: 0.8rem;
    text-align: justify;
    border-top: 1px solid #BBB;
}

.card-body P:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
    .howto-arrow { margin-top: 95px;}
}
@media screen and (max-width: 1199px) {
    .howto-card { width: 31.6%; }
    .howto-arrow { width: 0.1%; }
    .howto-arrow IMG { display: none; }
}
@media screen and (max-width: 959px) {
    .howto-card { width: 100%; margin-top: 15px; }
    .howto-card:first-child { margin-top: 0; }
    .howto-arrow { display: none; }
}

@media screen and (max-width: 419px) {
    P.appstore
    {
        display: flex;
        justify-content: space-between;
    }
    P.appstore IMG
    {
        height: 14.5vw;
        max-height: 56px;
        width: auto;
    }
}

A.legal
{
    font-size: 18px;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 12px 0;
    border-top: 1px solid #BBB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
P.heading
{
    font-weight: 500;
    font-size: 1.2em;
}
P.subheading
{
    font-weight: 500;
    font-size: 1.1em;
}
UL.legal LI
{
    list-style-type: circle;
    margin-bottom: 0.35em;
}
P.indent
{
    margin-left: 10px;
}

IFRAME.video
{
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 720px;
}

.accordion-button {
    background: none !important;
    color: black !important;
    font-weight: 500;
    white-space: normal;
    box-shadow: none !important;
}
.accordion-title {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.accordion-body {
    text-align: justify;
    padding-top: 0 !important;
    border: none !important;
}