
/* html, body {
	font-weight: 400;
} */
.btn-list > .btn, .btn-list > .btn-group {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.footer-fixed {
	margin: auto;
	max-width: 380px;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.footer-fixed .alert{
	opacity: 0.9;
	margin-bottom: 5px;
	box-shadow: 0 0 28px 0 rgba(82,63,105,.13);
}

@media (min-width: 1025px) { 
	.footer-fixed {
		left: 265px;
	}
}

.form-control-plaintext > label.radio {
	margin-bottom: 0;
}
