<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* youtube videos */
.youtube-video { aspect-ratio: 16 / 9;  width: 100%; }
.image16x9 { aspect-ratio: 16 / 9;  width: 100%; }
/* rating control for blog posts items */
.ratingStar {     font-size: 0pt; width: 18px; height: 18px; margin: 0px; padding: 0px; cursor: pointer; display: block; background-repeat: no-repeat; }
.filledRatingStar { background-image: url('../../images/FilledStar.png'); }
.emptyRatingStar  { background-image: url('../../images/EmptyStar.png'); }
.savedRatingStar  { background-image: url('../../images/SavedStar.png'); }


.ItemType {color: #808080;font-size: 12px;text-transform: uppercase;letter-spacing: 1px;}

.ItemSubject a, a:visited{ text-decoration: none !important;  font-weight:500 !important;}

.ac-hyperlink a, a:active, a:visited { color:#1772c2 !important; text-decoration: none !important;  }
.ac-hyperlink-hover a:hover { color:#1772c2 !important;text-decoration: underline !important;  }

.tagitem a, a:visited{ color: inherit !important ; text-decoration: none !important;}
.tagitem a:hover { color: #161b1d !important; }


/* rating control for blog posts items */
.ratingStar {     font-size: 0pt; width: 28px; height: 22px; margin: 0px; padding: 0px; padding-left: 13px !important; cursor: pointer; display: block; background-repeat: no-repeat; }
.filledRatingStar { background-image: url('../../images/star-yellow.png');  }
.emptyRatingStar  { background-image: url('../../images/star-empty.png'); }
.savedRatingStar  { background-image: url('../../images/star-black.png'); }

.searchtext {height: 28px !important;}

.ac-alert-danger{color:#000!important;background-color:#f98d85  !important}
.ac-alert-warning{color:#000!important;background-color:#ffef64 !important}
.ac-alert-info{color:#000!important;background-color:#79bff8!important}
.ac-alert-good{color:#000!important;background-color:#93cf95!important}
.ac-alert-note{color:#000!important;background-color:#efd9fd!important}

figcaption {font-style:italic;text-align: center; padding-top: 10px;padding-bottom: 10px;}

.w3-pale-white,.w3-hover-pale-white:hover{color:#000!important;background-color:#f9f9f9!important}

a.external {
    background: url(/images/icons8-external-link-12.png) center right no-repeat;
    padding-right: 16px;
}


@font-face { font-family: "Segoe UI";  src: url("/res/fonts/SEGOEUI.TTF");}
@font-face { font-family: "Segoe UI";  src: url("/res/fonts/SEGOEUIB.TTF"); font-weight: bold;} 
@font-face { font-family: "Segoe UI";  src: url("/res/fonts/SEGOEUII.TTF"); font-style: italic;}
@font-face { font-family: "Segoe UI";  src: url("/res/fonts/SEGUISB.TTF"); font-weight: 500;}
@font-face { font-family: "Segoe UI";  src: url("/res/fonts/SEGUISB.TTF"); font-weight: 600;}
@font-face { font-family: "Segoe UI";  src: url("/res/fonts/SEGUISB.TTF"); font-weight: 700;}
@font-face { font-family: "Segoe UI";  src:url("/res/fonts/SEGUISBI.TTF"); font-style: italic; font-weight: 500;}

@font-face { font-family: "Consolas";  src:url("/res/fonts/CONSOLA.TTF");}
@font-face { font-family: "Consolas Bold";  src:url("/res/fonts/CONSOLAB.TTF");}
@font-face { font-family: "Consolas Bold Italic";  src:url("/res/fonts/CONSOLAZ.TTF");}
@font-face { font-family: "Consolas Italic";  src:url("/res/fonts/CONSOLAI.TTF");}
</pre></body></html>