<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-list-container{
  border:0px;
  padding:0;
  margin:0;
}
.news-list
{
    line-height: 1.6em;
    list-style-position: outside;
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list__item {
    list-style: none;
    border-bottom: 1px solid #b3b3b3;
    margin: 12px 0 18px;
    }

.figure_exists{
   width: 62%;
    float: right;
}
.bodytext {
     overflow-wrap: break-word;
     
}

.bodytext p {
    line-height: 1.6em;
    margin-bottom: 1em;
}

.news-list__content{
}

.news-list__header
{
    color: #333;
    margin-bottom: 1.5em;
    }


.news-list__item h3 {
    font-size: 1.5em;
    padding: 0;
    margin:0;
    border:0px;
}

.news-list__header h3:after {
    background: url(/Images/intlink.svg) center no-repeat;
    padding-right: 11px;
    content: "";
    margin-left: 5px;
    margin-right: 3px;
}


.news-list__morelink{
    margin-bottom: 20px;
    text-align:right;
    }
    
.news-body-container
{
margin-bottom: 2em;
}
.news-body-container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
}
@media screen and (min-width: 600px) {
.side-image
	{
	    text-align:left;
            width:55%;
            float:right;
            padding-left:1em;
       }

.side-image:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
}


}
.keyvaluetable tr {
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}
.keyvaluetable td {
text-align:left;
}
.keyvaluetable td:first-child {
text-align:left;
width:35%;
}
.lines {
    /* margin: .5em 0 0.5em 0; */
    border-bottom: 1px solid #e6e6e6;
}
.tablewrapper {
    overflow: auto;
}
.ce-gallery figure.image{
    float:right;
    margin-left: 10px;
}


/*
OER related styles: make &lt;pre&gt; scroll
*/
pre  {
      word-wrap: normal;
      overflow-x: auto;
  white-space: pre;
}
</pre></body></html>