body {
	padding-top: 50px;
}

ol.alpha {
	list-style-type: lower-alpha;
}

div.banner {
	background-image: url("../images/Ada_Switzerland_Logo_5.png");
	background-position: left center;
	background-repeat: no-repeat;
	height: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.event {
	margin-top: 30px;
}

div.event h4 {
	margin-top: 2px;
	margin-bottom: 5px;
}

div.event .date {
	color: #777;
}

div.event address {
	margin-bottom: 10px;
}

div.footer {
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.news {
	margin-top: 30px;
}

div.news .date {
	color: #777;
}

div.news h4 {
	margin-top: 2px;
	margin-bottom: 5px;
}

.carousel {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.carousel-caption {
	font-size: medium;
}

.carousel-inner {
	-webkit-transform-style: preserve-3d; /* fix for text dimming when carousel rolls new picture */
}

.carousel-inner > .item > img {
	margin: 0 auto;
}

.invisible {
	display: none;
}

.scroll-top {
	position: fixed;
	bottom: 0;
	right: 6%;
	z-index: 100;
	background: transparent;
	font-size: 24px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.scroll-top a:link,
.scroll-top a:visited {
	color: #222;
}