
html body.w3-page.w3-theme-l3 div.w3-container div.w3-container table {
	width:100%;
}
html body.w3-page.w3-theme-l3 div.w3-container div.w3-container table tbody tr th {
	font-size:25px;
}
html body.w3-page.w3-theme-l3 div.w3-container div.w3-container table tbody tr td {
	font-size:20px;
	border-bottom: 1px solid black;
	padding:3px;
}
html body.w3-page.w3-theme-l3 div.w3-container div.w3-container table tbody tr td:first-child {
	width:32px;
}
html body.w3-page.w3-theme-l3 div.w3-container div.w3-container table tbody tr td:first-child img {
	width:32px;
}
html body.w3-page.w3-theme-l3 div.w3-container div.w3-container table tbody tr *:nth-child(3) {
	text-align : left;
}