﻿@charset "utf-8";

table.events tr:nth-child(odd) td {
	background-color: #FFE8CC;
}

table.events tr:nth-child(even) td {
	/*	background-color: #B4C6E7 !important;*/
	background-color: #FAF5DC;
}

table.events th {
	text-align: center;
	border: 1px solid black;
	height: 40px;
	color: black;
	background-color: #FAF5DC;
	font-size: 18px;
}

table.events td {
	border: 1px solid black;
	height: 43px;
	color: black;
	font-size: 16px;
}
