/* common */
.error {
	color: red;
}

#overview p + h3 {
	margin-top: 25px;
}

#container p + h3 {
	margin-top: 25px;
	font-weight: 700;
}

#container .dl-link {
	line-height: 1.3;
	padding-bottom: 20px;
}

#container .description h2 {
	font-size: 40px;
	font-weight: 800;
}

#bundle .general {
	padding: 35px 0px;
}

/* overview */
#overview {
	padding: 32px 0 80px 0;
}

#overview h2 {
	margin-top: 0;
	padding: 0;
}

#overview p {
	margin-top: 15px;
	padding: 0;
}

/* myaccount page */
#overview div.myaccount {
	padding-top: 30px;
}

#overview div.myaccount h2 {
	font-size: 26px;
	color: #2d3e50;
	text-align: left;
}

#overview div.myaccount span.accent {
	color: #e84c3d;
}

#overview div.myaccount .note {
	border-radius: 5px;
	padding: 10px;
	width: 600px;
	text-align: center;
}

#overview div.myaccount .note ul {
	text-align: left;
}

/* account activation lightbox */
.lightbox_black_overlay {
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.lightbox_white_content {
	display: block;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 600px;
	padding: 16px;
	border: 16px solid yellow;
	background-color: white;
	z-index: 1002;
}

/* xs - md */
@media (max-width: 991px) {
	/* bundle */
	#bundle {
		background-image: none;
		padding: 0 15px;
	}

	/* overview */
	#overview {
		padding: 30px 0;
	}

	#overview .description {
		font-size: 18px;
	}

	#overview .description h2 {
		font-size: 30px;
	}

	#overview .description p {
		margin-top: 1em;
	}
}

/* xs - md */
@media (max-width: 991px) {
	/* bundle */
	#bundle {
		background-image: none;
		padding: 0 15px;
	}

	/* overview */
	#overview {
		padding: 30px 0;
	}

	#overview .description {
		font-size: 18px;
	}

	#overview .description h2 {
		font-size: 30px;
	}

	#overview .description p {
		margin-top: 1em;
	}
}


/* sm only */
@media (min-width: 640px) and (max-width: 767px) {
	#overview div.myaccount .note {
		width: 95%;
	}
}

/* xs */
@media (max-width: 639px) {
	/* bundle */
	#bundle {
		padding: 0;
	}

	#bundle .title {
		font-size: 26px;
	}

	#bundle .general {
		padding: 20px 0;
	}

	/* overview */
	#overview .description {
		font-size: 16px;
	}

	#overview .description h2 {
		font-size: 24px;
	}

	#overview div.myaccount .note {
		width: 100%;
		padding: 5px;
	}
}
