/* === Общее ================================================================ */

html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 50px;
	margin-bottom: 70px;
}

/* === Контент ============================================================== */

.carousel-caption {
	text-shadow: 1px 1px 10px #000000;
}

.page-header {
	margin-top: -20px;
}

.content-header {
	padding-left: 7px;
	border-left: 7px solid #777777;
}

.alert {
	padding-top: 10px;
	padding-bottom: 10px;
}

.img-exercise {
	border: 1px solid #dcdcdc;
}

.page-content > ul {
	overflow: hidden;
	margin-top: -10px;
}

.page-content > ol > li {
	margin-bottom: 10px;
}

/* === Футер ================================================================ */

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	color: #848484;
	background-color: #222222;
	padding: 18px 0px 18px 0px;
}

.footer a {
	color: #848484;
}

/* ========================================================================== */