.pht-events {
	
}

.pht-events .step-contents {
	background:  #efefef;
	text-align: center;
	padding:  40px;
}

.pht-events .event {
	border: 1px solid #ccc;
	display: block;
	margin-bottom: 15px;
	border-radius:  5px;
	background-color:  #fff;
}
.pht-events .event a {
	display:  block;
	padding: 15px;
}
.pht-events .event a:hover {
	background-color: #8DD4EA;

}

.pht-events .event a.selected {
	background-color: #C3F2FF;
}
.pht-events .event:last-child {
	margin-bottom: 0;
}