td.box {
    inline-size: 30px;
	//text-align: justify;
	white-space: normal;
	word-wrap: break-word;
}

td.bigbox {
    inline-size: 300px;
	//text-align: justify;
	white-space: normal;
	word-wrap: break-word;
}

td.smallbox {
    inline-size: 15px;
	//text-align: justify;
	white-space: normal;
	word-wrap: break-word;
}

th.smallbox {
    inline-size: 10px;
	//text-align: justify;
	white-space: normal;
	word-wrap: break-word;
}


tr:hover {background-color: #fbf1fb;}
tr:nth-child(even) {background-color: #fefcfe;}

thead > tr:{background: #fafdfa;}
thead > tr:{background-color: #fafdfa;}
th: {background-color: #fafdfa;}
th: {background: #fafdfa;}