.texttablewrap {
	border:2px solid black;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:1.7em;
	padding:1px;
}
.texttable {
	border-collapse:collapse;
	border:0 hidden; /* need to override other borders */
	margin:0;
	width:100%;
}
.texttable td, .texttable th {
	border:1px solid #888;
	vertical-align:top;
	padding:2px 5px;
}
.texttable th {
	text-align:left; font-weight:normal;
}
.texttable thead th {
	border-bottom:2px solid black;
	font-weight:bold;

}
.texttable tbody tr:nth-child(odd) {
	background-color:#e2e2d5;
}
.more { color:#080; font-weight:bold; }
.no { opacity:.7; }

.header {
	cursor: pointer;
}
.header,
.headerSortUp,
.headerSortDown {
	position: relative;
	z-index: 12px;
	padding-right: 16px !important;
}
.header::before,
.headerSortUp::before,
.headerSortDown::before {
	font-family: fontello;
    font-weight: normal;
    speak: none;
    display: block;
    width: 12px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 2px;
    right: 2px;
    line-height: 25px;
}
.header::before {
	content:"⇵"; /* .icon-sort */
    opacity: .3;
}
.headerSortUp,
.headerSortDown {
	background-color: rgb(195,206,212);
	background:
		linear-gradient(to top, rgb(195,206,212), rgba(195,206,212,0))
		transparent
	;
}
.headerSortUp::before{
	content:"▴"; /* .icon-sort-up */
	opacity: 1;
}
.headerSortDown::before{
	content:"▾"; /* .icon-sort-down */
	opacity: 1;
}

#typeFilter {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	margin: -.5em 1em 1em;
}
#typeFilter ul:last-child {
	-webkit-column-break-before: always;
	break-before: column;
}

.texttable .icon {
	font-size: smaller;
}

.texttable.standardcols th:last-child,
.texttable.standardcols td:last-child {
	text-align: center;
}
.texttable.standardcols th:nth-child(2),
.texttable.standardcols td:nth-child(2) {
	width: 25%;
}
