.eventBlock {
	float: left;
	width: calc(100% - 10px - 4px);
}
.eventBlock .eventName {
	padding: 0 5px;
}
.eventBlock .eventName h1 {
	font-size: 120%;
}
.eventBlock .eventDate  {
	float: left;
	padding: 5px;
	height: 15px;
	line-height: 15px;
}
.eventBlock .eventCountry {
	padding: 5px;
	display: inline-block;
	font-size: 80%;
}
.eventBlock .grow  {
	float: left;
	padding: 5px;
	width: 15px;
	height: 15px;
	line-height: 15px;
}
.eventBlock .eventDelete {
	float: right;
//	position: absolute;
//	right: 0px;
//	top: 0px;
	margin: 5px;
	border: 2px solid grey;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}
.eventBlock .expandBlock {
	margin: 2px auto;
	text-align: center;
}
.eventBlock .goSh {
    width: 20px;
    height: 20px;
    text-align: center;
    float: right;
}
