<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.table1 thead th{
	text-align: left;
	padding: 5px;
}
table.table1{
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#points-info p{
	line-height: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#points-info p{
	padding: 10px;
	border-radius: 8px;
}
@media only screen and (min-width: 480px){
	#points-info p{
		line-height: 0.8rem;
	}
}</pre></body></html>