/* table */
table {width: 100%; border-collapse: collapse; border-spacing: 0; display: table;}
th {background-color: #1a6b44; color: white; font-weight: bold;}
th.tabsubheader {background-color: #269c63; font-style: italic; font-weight: normal;}
td, th {text-align: left; padding: 0.4rem 0.4rem; vertical-align: top;}
tr:hover {background-color: #eee;}
td:first-child {font-weight: normal;}
table.use span.item {display: block;}

@media (max-width: 768px) {
    /* hide full conference name when in mobile view */
    table.conf-service th:nth-child(4), table.conf-service td:nth-child(4) {display: none;};
}

ul {padding-left: 2em;}
li {margin-bottom: 0px; line-height: 1.8;}
li::marker {color: var(--link-color);}

@media (min-width: 600px) {
    li {line-height: 1.6;}
}
