.event dd {
	margin:0;
	font-size: 14px;
}

.event dt {
	font-weight:bold;
}

.event .title {
	font-size:1.2em;
	color:#d3373c;
	font-style: italic;
}
.event .address {
	font-style:italic;
	font-size: 16px;
}
.event {
	margin-bottom:45px;
	border-bottom:#A39594 1px solid;
}
.event .price {
	margin-top: 20px;
}
.no-margin {
	margin: 0;
}
.bold {
	font-weight: bold;
}

.info {
	text-align:center;
	font-size:14px;
	color:#fff;
	padding: 15px 30px;
	background-color:#A39594;
	margin: 0px 20px 20px 20px;
}

.info a {
	font-size:1.2em;
	color:#d3373c;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	line-height:1.2em;
}

.info a:hover {
	color:#fff;
}

/* participants table */

body.participants .title {
	font-size:1.2em;
	color:#d3373c;
	text-align:left;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
}

body.participants table.list {
	width:450px;
	margin:20px;
}

table.list td {
	border-bottom:#A39594 1px solid;
}
