
.btn.btn-light.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

h1, h2, h3, h4 { margin-bottom: 1.5rem; }

.jqueryFileTree li a {
    line-height: 1.2em;
    text-decoration: none;
    font-size: 14pt !important;
    background: #ececec;
    padding: 5px 10px !important;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 4px;
}

.jqueryFileTree li a.my-image {
    width: auto;
    font-size: 12pt !important;
    background: #fff !important;
    padding: 3px 0 !important;
}



table {
    margin-bottom: 30px;
}
table td p { margin: 0; }

hr {
    border: 0;
    height: 5px;
    background-image: linear-gradient(to right, rgba(0, 121, 188, 0), rgba(0, 121, 188, 1), rgba(0, 121, 188, 1), rgba(0, 121, 188, 0));
    margin-top: 15px;
    margin-bottom: 30px;
}
.fancybox__container {
    z-index: 9999 !important;
}








