table {
	width: 90%;
	border-top: 1px solid #444444;
	border-collapse: separate;
	margin:auto;
	border: 1;
}
th {
	position: sticky;
	top:0;
	max-width: 10px;
	background-color: #e3e4e6;
}
.colapoly {
	text-align: left;
	/* width: 50%; */
}
th.apoly {
	position: sticky;
	width: 75%;
	table-layout: fixed;
	/* border-bottom: 3px solid #000000; */
	top:0;
	background-color: #e3e4e6;
	text-align: left;
	
}
td {
	border-bottom: 1px solid #000000;
	padding: 10px;
	text-align: center;
	/* table-layout: fixed; */
}

.chebytable {
	width:80%;
	margin:auto;
	border: 1;
}

.chebytable th:nth-child(1) {
	width:auto;
}

.chebytable th:nth-child(2) {
	width:auto;
}

.chebytable td:nth-child(1) {
	text-align: center;
	/* table-layout: fixed; */
}
.chebytable td:nth-child(2) {
	text-align:left;
	padding-left: 1em;
	/* table-layout: fixed; */
}

td.apoly {
	border-bottom: 1px solid #000000;
    padding: 10px;
	/* max-width: 75%; */
	/* width: 75%; */
	text-align: left;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	white-space: nowrap;
}

tbody tr:nth-child(2n) {
	background-color: #a7adba;
}
tbody tr:nth-child(2n+1) {
	background-color: #FFFFFF;
}
body {
	padding-left: 1%;
	padding-right: 1%;
	background-color: #f9fafc;
	display:inline-block;
    font-size: 16pt;
    font-family: 'PT Sans', Arial, Sans-serif;
    position: relative;
}
p {
	padding-left: 3%;
}

th:nth-child(1) {
	width:90;
}
th:nth-child(2) {
	width:45;
}
th:nth-child(3) {
	width:45;
}

th:nth-last-child(1) {
	width: 75%;
	padding-left: 10px;
	text-align: left;
}

td:nth-last-child(1) {
	text-align: left;
}
