table {
			border-collapse: collapse;
			width: 100%;
		}
		th, td {
			text-align: left;
			padding: 4px;
			border-bottom: 1px solid #ddd;
			font-family: Arial, sans-serif;
			font-size: 16px;
		}
		th {
			background-color: #4CAF50;
			color: white;
		}
		p {
			font-family: Arial, sans-serif;
                        padding: 4px;
			font-size: 16px;
		}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

@media only screen and (max-width: 600px) {
	body {
		font-size: 14px;
	}
}