﻿@media screen, projection {

/* EVENT */

	.eventArea {
		margin-left: 20px;
		margin-right: 30px;
	}
	
	.eventLeftArea {
		float: left;
		width: 170px;
		margin-left: 10px;
	}

	.eventRightArea {
		float: left;
		width: 715px;
		margin-top: 15px;
	}

	.eventRightArea h1 {
		font-size: 22px;
		color: #555555;
	}
	
}

