/*
	Better Bootstrap Modals (bbm) v0.3.3
	https://github.com/danielpox/better-bootstrap-modals

	Copyright (c) 2016 Daniel Pox
	Released under The MIT License (MIT)
*/
.modal-container {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	z-index: 1040;
	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: rgba(0, 0, 0, 0.24);
}

.modal {
	position: relative;
}