.short-content,
.full-content {
    font-size: var(--smallPara);
}

.full-content {
    font-size: var(--smallPara);
}

.containerContent p,
.containerContent span,
.containerContent strong {
    font-size: var(--smallPara);
}

.containerContent h1,
.containerContent h2,
.containerContent h3,
.containerContent h4,
.containerContent h5 .containerContent h6 {
    font-size: var(--thirdHeadingFontSize);
    color: var(--AMDAsecondary-color);
}

.dateFontSize {
    font-size: var(--miniFont11);
    color: #0000004f;
}

.oneFiveRemFnt {
    font-size: var(--smallPara);
}

.full-content strong,
.short-content strong,
.contentVeryFirstHeading {
    font-size: var(--veryFirstPara);
    color: var(--AMDAsecondary-color);

}

.colorViolet {
    color: #7141e1;
}

.short-content table.ey,
.full-content table.ey {
    width: 100%;
    min-width: 600px;
    table-layout: auto;
    border-collapse: collapse;
}


/* table tbody tr:first-of-type {
    background-color: #0391FF !important;
    color: white !important;

} */
.tableFirstTrStyle {
    background-color: #0391FF !important;
    color: white !important;

}

table tbody tr:has(td > img) {
    background-color: #ffffff !important;
}


.short-content table.ey td,
.short-content table.ey th,
.full-content table.ey td,
.full-content table.ey th {
    white-space: nowrap;
    text-align: left;
    border: 1px solid #ccccccb1;
    text-align: left;
    font-size: var(--smallPara) !important;
    padding: 6px 11px;
}

.full-content table.ey td span,
.short-content table.ey td span {
    word-wrap: break-word;
    word-break: break-word;
    white-space: nowrap;
}

td div img {
    margin: 0 auto;
}

td img {
    margin: 0 auto;
}

td span img {
    margin: 0 auto;
}

/* .full-content table,
.short-content table {
    display: contents !important;
} */
table tbody a {
    color: #3b82f6 !important;

}

table tbody a:hover {
    text-decoration: underline !important;

}

tbody tr td strong {
    /*color: rgb(244, 244, 244) !important;*/

}

.overflow-x-auto {
    overflow-x: auto;
}

@media (max-width: 768px) {

    .short-content table.ey,
    .full-content table.ey {
        min-width: 700px;
    }
}

table {
    margin: 0 auto;
    width: 100% !important;
    /* display: contents !important; */
}