/* reset css */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */


table {
	width: 630px;
	font-family: Cantarell, Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
	}

#date {
	width: 220px;
	text-transform:uppercase;
	font-family: Cantarell, Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;

	}
	
#event {
	font-family: Cantarell, Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
	}


td, th {
	padding: 10px 20px 10px 5px;

	}
th {
	color: #435883;
	text-transform: uppercase;
	}

.figure {
	margin-top: 30px;
	}
	
