a {
    color: #1772d0;
    text-decoration: none
}

a:focus,a:hover {
    color: #f09228;
    text-decoration: none
}

body,td,th,tr,p,a {
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-display: auto
}

strong {
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-display: auto
}

h2 {
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 22px;
    font-display: auto;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    display: inline
}

h3 {
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-display: auto;
    padding: 0px;
    margin: 0px;
    display: inline
}

h1 {
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-display: auto;
    text-align: center;
    padding: 0px;
    margin-block-start:14px;margin-block-end:14px;margin-left: 0px;
    margin-right: 0px
}

.one {
    width: 160px;
    height: 160px;
    position: relative
}

.two {
    width: 160px;
    height: 160px;
    position: absolute;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out
}

.fade {
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out
}

span.highlight {
    background-color: #ffffd0
}

/* Scrollable container used for Recent News in _layouts/default.html */
.scroll-container {
    max-height: 300px; /* adjust as needed */
    overflow-y: auto;
    padding-right: 8px; /* space for scrollbar */
}

/* Optional: nicer thin scrollbar for WebKit browsers */
.scroll-container::-webkit-scrollbar {
    width: 8px;
}
.scroll-container::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
}
.scroll-container:focus {
    outline: 2px solid #1772d0; /* keyboard accessibility */
}

/* Background highlight for news items */
.news-highlight {
    background-color: #ffffd0;
    padding: 8px 6px;
    border-radius: 4px;
}

/* Background highlight for research/post rows in the listing */
.post-highlight {
    background-color: #ffffd0;
}
