@charset "utf-8";p.leadtext{border:solid 1px #ccc;padding:0.5em;font-size:1.1em;margin-bottom:30px;}#Publications ul.Publications-radios{list-style:none;margin:0;display:flex;flex-wrap:wrap;gap:8px;margin:15px 0;li{margin:0;width:100%;@media screen and (min-width:380px){width:calc((100% - 8px) / 2);}@media screen and (min-width:768px), print{width:calc((100% - 32px) / 5);}}input[type="radio"]{display:none;}label{border:solid 1px #ccc;padding:0.4em;cursor:pointer;display:block;}label:hover{background:#ddd;}label.active{background:#ddd;}}#Publications .clearbtn{padding:0.5em 3em;border:solid 1px #666;font-size:1.2em;}#Publications .table-container{max-height:75vh;max-width:100%;overflow:auto;position:relative;border:#ddd solid 1px;margin:0;table{border-collapse:separate;border-spacing:0;width:100%;min-width:1000px;margin:0;}thead{position:sticky;top:0;z-index:100;}}#Publications table.tablestyle{tr th{padding:2px;}tr td{padding:8px 4px;}tr th:first-child{display:none;}tr td:first-child{display:none;}tr th.th_title{width:27%;}tr th.th_authors{width:27%;}tr th.th_journal{width:10%;border-bottom:none;padding-bottom:0;}tr th.th_year{width:6%;border-bottom:none;padding-bottom:0;}tr th.th_doi{width:8%;}tr th.th_code{width:9%;border-bottom:none;padding-bottom:0;}tr th.th_name{width:13%;border-bottom:none;padding-bottom:0;}tr th.thselect{padding-top:0;border-top:none;}tr td:nth-child(4), tr td:nth-child(6), tr td:nth-child(8){overflow-wrap:anywhere;}tr th:nth-child(2) select{max-width:100px;}tr th:nth-child(5) select{max-width:120px;}}#Publications-tbl{margin-top:-30px;padding-top:30px;}