
.confirm {
	z-index: 10;
	position: fixed;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	top: 50%;
	height: 150px;
	margin-top: -50px;
	background: #FFF;
	padding: 1rem;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 9999px rgba(0,0,0,0.5);
	box-shadow: 0 0 0 9999px rgba(0,0,0,0.5);
}

.confirm span {
    display: block;
    margin-bottom: 1rem;
}

.confirm .btn {
	float: right;
	width: 120px;
	text-align: center;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
}

.confirm .btn-confirm-cancel {
	float: left;
	background: #bdc3c7;
	right: auto;
	left: 1rem;
}