.inline {
	display: inline;
}
.inline-block {
	display: inline-block;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.spacer-sm {
	margin-top: 8px;
	margin-bottom: 8px;
}
.spacer-md {
	margin-top: 12px;
	margin-bottom: 12px;
}
.spacer-lg {
	margin-top: 20px;
	margin-bottom: 20px;
}
.indent-1 {
	margin-left: 15px;
}
.indent-2 {
	margin-left: 30px;
}
.indent-3 {
	margin-left: 45px;
}
.indent-4 {
	margin-left: 60px;
}
.text-sm {
	font-size: 12px;
}
.text-lg {
	font-size: 20px;
}
a.no-highlight {
	text-decoration: none;
	color: inherit;
}
.form-control-lg {
	font-size: 18px;
	height: auto;
	padding: 10px 16px;
}
.well.well-inverse {
	background-image: linear-gradient(to bottom, #666 0, #444 100%);
	background-image: -o-linear-gradient(top,#666 0,#444 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#666),to(#444));
	background-image: -webkit-linear-gradient(top, #666 0,#444 100%);
	border-color: #636363;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#444', GradientType=0);
}
.white {
	color: #fff;
}
.black {
	color: #000;
}