.title {
	margin: 20px 15px 10px;
	color: #6d6d72;
	font-size: 15px;
}

.red {
	color: red;
}
.blue{
	color: blue;
}


table {
	width: 100%;
	margin: 15px 0;
	border: 0;
}

th {
	background-color: #87CEFA;
	color: #000000
}

th,td {
	font-size: 0.95em;
	text-align: center;
	padding: 4px;
	border-collapse: collapse;
}

th,td {
	border: 1px solid #ffffff;
	border-width: 1px 0 1px 0
}

tr {
	border: 1px solid #ffffff;
}

tr:nth-child(odd) {
	background-color: #d7eefd;
}

tr:nth-child(even) {
	background-color: #ffffff;
}