[style*="mso-highlight:"] {
    background: transparent !important;
    display: inline-block;
    position: relative;
    /* margint-left: 20px; */
}

[style*="mso-highlight:"]::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    /* margin-left: -20px; */
    border-radius: 50%;
    border: 2px solid #b1a5a5;
    /* top: -2px; */
    /* padding-right: 20px; */
    content: "";
    border: 2px solid #fff;
    border-radius: 1em;
    box-shadow: 0 0 2px #000;
    display: block;
    height: 1.27em;
    width: 1.27em;
    float: left;
    margin-right: 5px;
    position: relative;
    /* bottom: 0.15em; */
}

[style*="mso-highlight:aqua"]::before {
    background-color: aqua;
}

[style*="mso-highlight:red"]::before {
    background-color: red;
}

[style*="mso-highlight:yellow"]::before {
    background-color: yellow;
}

.table-full-2 tbody tr:nth-child(5) {
    display: none;
}
    
.table-full-2 tbody tr th:nth-child(4),
.table-full-2 tbody tr td:nth-child(4){
    display: none;
}

.table-full-2 a::after {
    content: " | ";
    color: #000;
}

/* Fancybox styles */
/* For compact mode */
.fancybox__container.is-compact .fancybox__slide.has-iframe .fancybox__content {
    width: 75%;
    max-width: 80%;
    height: 100%;
}

/* For all other cases */
.fancybox__slide.has-iframe .fancybox__content {
    width: 75%;
    max-width: 75%;
    height: 80vh;
}
/* end Fancybox styles */
    