	@charset "UTF-8";
/* CSS Document */

#veranstaltungen_liste {
	margin-top: 0px;
	list-style: circle;
	margin-left: 0px;
}

#veranstaltungen_liste li:nth-child(1) {
	border: 0px;
}

#veranstaltungen_liste li {
	list-style: none;
	height: 25px;
	padding-top: 10px;
	border-top: 1px solid  rgba(204,204,204,0.5);
}

#veranstaltungen_liste li a {
	margin-top: -2px;
	height: 20px;
	width: 70px;
	text-align: center;
	font-size: 1em;
	float: right;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5); /* WebKit */
-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5); /* Firefox */
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5); /* Standard */ 
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

#veranstaltungen_liste li p {
	float: left;
}
