@charset "utf-8";
/* CSS Document */

.trunc {overflow:hidden; position:relative;}

/*.trunc::after {content:'Read more...'; color:#0000FF; text-decoration:underline;}*/

.trunc>*:not(h2), ul.sticky>li:not(:first-of-type) {position:absolute; top:-9999px;}

.trunc>*:not(h2):nth-child(2), p.sticky, p.truncLink, ul.sticky {position:relative; top:auto;}

.untrunc {width:100%; height:20px; top:auto !important; bottom:25px; cursor:pointer; z-index:9999;}

.opentrunc * {position:relative; top:auto;}

.show ul.sticky * {position:relative !important; top:auto !important;}

.truncLink {margin-bottom:0;}

#INFO2 .truncLink, #INFO2 .banner {display:none;}

/*.opentrunc::after {content:'close'; color:#0000FF; text-decoration:underline; position:relative; top:-20px;}*/