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;
	}
}