/* article-detail-extract.css */
/* https://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_tabulators_active */

.k[class*=s] em {
    background-image: url('../images/suits/suit-spade.svg');
}

.k[class*=c] em {
    background-image: url('../images/suits/suit-club.svg');
}

.k[class*=d] em {
    background-image: url('../images/suits/suit-diamond.svg');
}

.k[class*=h] em {
    background-image: url('../images/suits/suit-heart.svg');
}

.k[class*=s] em,
.k[class*=c] em,
.k[class*=d] em,
.k[class*=h] em {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    /* overflow: hidden; */
    position: static;
    text-indent: -999px;
    width: 9px;
}

.k {
    font-family: Calibri, sans-serif !important;
    border: 1px solid #dcdcdc;
    background-color: #f1f1f1;
    color: #484848;
    border-radius: 5px;
    column-gap: 2px;
    display: inline-flex;
    flex-wrap: nowrap;
    /* font-size: 0.75rem; */
    font-style: normal;
    font-weight: 600;
    justify-content: center;
    line-height: 15px;
    /* margin: 0 2px; */
    min-width: 28px;
    padding: 0 2px;
    position: relative;
    /* text-transform: uppercase; */
    font-size: 1rem;
}

@media screen and (min-width:576px) {
    .k {
        font-size: inherit;
    }
}

.article__content table {
    width: 100%;
    color: #fff;
}

.article__content .table__wrapper {
    white-space: nowrap;
    display: block;
    overflow-x: auto;
    margin-bottom: 1.25rem;
}

.article__content table tbody tr {
    border-bottom: 1px solid #7c7c7f;
}

.article__content table tbody tr td {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 0.5rem;
    text-align: left;
}

.article__content table tbody tr td p {
    margin: 0;
}

.article__content table tbody tr:nth-child(1) {
    background: #d3d3d4;
}

.article__content table tbody tr:nth-child(1) td {
    color: #212127;
}

.article__content iframe {
    /* due to old db import */
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.article__content p {
    font-size: 1.1rem;
    margin-bottom: 12px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    word-wrap: break-word;
}

.article__content .oembed__wrapper {
    margin-bottom: 14px;
}
