@charset "UTF-8";


article.eventSum{
	margin: 0 0 50px 0;
}

article.eventSum img.eventDesIcon {
	float: right;
	padding-top: 7px;
}

article.eventSum h6{
	float: left;
	color: #004690;
	font-size: 1.2em;
	height: 60px;
	line-height: 70px;
}

article.eventSum div.eventSumHead{
	height: 60px;
	border-bottom: dotted 1px #434343;
	margin: 0 0 5px 0;
}

article.eventSum dl{
	clear: both;
}

article.eventSum dl dt{
	margin: 5px 0 5px 0;
	background-color: #004690;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.9em;
	display: block;
	width: 50px;
	height: 25px;
	float: left;
	clear: both;
}

article.eventSum dl dd{
	margin: 5px 0 5px 0;
	padding: 0 0 0 10px;
	display: block;
	float: left;
}

article.eventSum p{
	clear: both;
}

p.backToEvent{
	text-align: center;
	height: 40px;
	line-height: 40px;
	display: block;
}

p.backToEvent{
	margin: 50px 0 0 0;
}

p.backToEvent a{
	padding: 0 20px;
	background-color: #004690;
	color: #FFFFFF;
	display: inline-block;
}

p.backToEvent a:hover{
	background: #bac7ce;
}

img.centeringImg{
	display: block;
	margin: 0 auto;
}

img.centeringImgMax{
	display: block;
	margin: 0 auto;
	width: 100%;
}


/* /_/_/_/_/_/_/_/_/_/_/
Tablet 641px-960px 
 /_/_/_/_/_/_/_/_/_/_/ */

@media only screen and (min-width: 641px){
	
#eventSum p:first-child{
	text-align: right;
}


}