/* THERE WILL BE CHANGES TO THE TABLES */

.content code {
    --ds--code--bg-color: rgba(9, 30, 66, 0.08);
    font-size: 0.875em;
    font-family: SFMono-Medium, "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Consolas, Courier, monospace;
    font-weight: normal;
    background-color: var(--ds--code--bg-color,var(--ds-background-neutral, #F4F5F7));
    color: var(--ds-text, #172B4D);
    border-style: none;
    border-radius: 3px;
    display: inline;
    padding: 2px 0.5ch;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    overflow: auto;
    -webkit-box-decoration-break: clone;
}

article > table {
    margin-top: 15px;
    margin-bottom: 15px;
}

.content table {
    height: 1px;
    margin-left: 0px;
    margin-right: 0px;
}

.content table {
    border-collapse: collapse;
    border: 1px solid rgb(193, 199, 208);
    table-layout: fixed;
    font-size: 1em;
    /* width: 100%; */
    max-width: 100%;
}

.content table td {
    min-width: 48px;
    font-weight: normal;
    vertical-align: top;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: rgb(193, 199, 208);
    border-image: initial;
    padding: 8px;
}

.content table.noborder {
    border: 0px;
}

.content table.noborder > tbody > tr > td {
    border: 0px;
}

.content h2 {
    /* text-transform: uppercase; */
    /* text-transform: lowercase; */
}

/* .content h2:first-letter, .content h2:first-line {
    text-transform: uppercase;
} */

.content h3 {
    /* text-transform: uppercase; */
    /* text-transform: lowercase; */
}

/* .content h3:first-letter, .content h3:first-line {
    text-transform: uppercase;
} */

.content h4 {
    /* text-transform: uppercase; */
    /* text-transform: lowercase; */
}

/* .content h4:first-letter, .content h4:first-line {
    text-transform: uppercase;
} */

.ac_image {
    display: block;
}

.ac_image.left {
    margin-right: auto;
}

.ac_image.center {
    margin-right: auto;
    margin-left: auto;
}

.ac_image.right {
    margin-left: auto;
}

#load {

/* box-shadow:
0px 0px 20px 20px rgb(255 255 255 / 50%),
0px 0px 20px 20px rgb(255 255 255 / 10%),
0px 0px 20px 20px rgb(255 255 255 / 10%),
0px 0px 20px 20px rgb(255 255 255 / 10%);
} */

background-color: #FFFFFF;

box-shadow: 0px 0px 20px 20px rgb(255 255 255);

    /* display: none; */
    /* position: absolute; */
    /* right: 10px; */
    /* top: 10px; */
    /* background: url(images/ajax-loader.gif); */
    /* width: 43px; */
    /* height: 11px; */
    /* text-indent: -9999em; */
   position: absolute;
   left: 50%;
   top: 50%;
   height:60px;
   width:60px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}


/* ----- Local Version: CSS V5.55 ----- */