#news-container{float:left;position:fixed;left:auto;right:5rem;bottom:0;width:100%;max-height:80vh;overflow-y:auto;list-style-type:none;color:var(--ut-body-text-color);background-color:#fff;background-color:rgba(255,255,255,.8);box-shadow:0 0 1.5rem rgba(0,0,0,.2)!important}#news-container .news-entry-wrapper{margin:0 2rem;padding:2rem 0;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;column-gap:1rem}#news-container .open-news{cursor:pointer}#news-container .news-entry-wrapper+.news-entry-wrapper{border-top:1px solid #d3d3d3}#news-container .news-entry-wrapper .news-entry-thumbnail{position:relative;max-width:15rem;max-height:10rem;overflow:hidden;background-color:#d3d3d3;border-radius:.25rem}#news-container .news-entry-wrapper .news-entry-thumbnail>img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#news-container .news-entry-wrapper .news-entry{width:100%;padding-top:.5rem;line-height:1rem}#news-container .news-entry-wrapper .news-entry .news-entry-head .news-entry-additions{display:flex;flex-direction:row;flex-wrap:nowrap;column-gap:.5rem;margin:0}#news-container .news-entry-wrapper .news-entry .news-entry-head .news-entry-additions .addition{margin:0}#news-container .news-entry-wrapper .news-entry .news-entry-head .news-entry-additions .addition .fa::before{vertical-align:middle!important}#news-container .news-entry-wrapper .news-entry .news-entry-head .news-entry-additions .addition+.addition{margin-left:.5rem}#news-container .news-entry-wrapper .news-entry .news-entry-head .news-entry-additions .news-author,#news-container .news-entry-wrapper .news-entry .news-entry-head .news-entry-additions .news-date,#news-container .news-entry-wrapper .news-entry .news-entry-head .news-entry-additions .news-version{margin-left:.25rem;font-size:.75rem;font-weight:700}#news-container .news-entry-wrapper .news-entry .news-entry-head .news-entry-additions .author:not(.show-mb){display:none}#news-container .news-entry-wrapper .news-entry .news-entry-head .news-entry-additions .version:not(.show-version){display:none}#news-container .news-entry-wrapper .news-entry .news-entry-head .news-entry-title{margin:0;font-size:1.25rem;font-weight:700}#news-container .news-entry-wrapper .news-entry .news-entry-body .news-entry-preview-text{overflow:hidden;height:6.5rem;text-align:justify}#news-container .news-entry-wrapper .news-entry-thumbnail{min-width:15rem;min-height:10rem}@media screen and (width > 100rem){#news-container{max-width:60rem}}@media screen and (width >=64rem) and (width <=100rem){#news-container{left:0;margin-right:1.25rem;margin-left:30rem;max-width:60vw;max-width:calc(100% - 31.25rem)}}@media screen and (width <=64rem){#news-container{display:none}}#news-container .news-pagination table{margin:0 auto 1rem auto;font-weight:700}#news-container .news-pagination table a{color:inherit}#news-container .news-pagination table a .fa::before{vertical-align:middle!important}#news-container .news-pagination table .text{margin:0 .25rem}