/* css just for the documentation site */
.bs-docs-section {
	margin-top: 2em;
	margin-bottom: 2em;
}
.bs-component {
	position:relative;
}

.bs-component+.bs-component {
	margin-top: 1rem;
}

.bs-component .card {
	margin-bottom: 1rem;
}

.bs-component .modal {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	z-index: 1;
	display: block;
}

.bs-component .modal-dialog {
	width: 90%;
}

.bs-component .popover {
	position: relative;
	display: inline-block;
	width: 220px;
	margin: 20px;
}

.nav-tabs {
	margin-bottom: 15px;
}

.progress {
	margin-bottom: 10px;
}
