.maxWidth250{
	max-width: 250px;
}


#homeBookText {
	color: #fff;
	font-weight: bold;
}


@media (max-width: 720px) {
	#socialList {
		margin-bottom: 15px;
	}

	.footer-header::after {
		margin: 0 auto;
	}

	footer {
		text-align: center;
	}
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}


dt,dd{
	display:inline;
	padding-right: 10px;
}

dl {
	margin-top: 10px;
}

.modaal-container {
	width: auto;
}
.modaal-container * {
	max-height: 100%;
}