﻿/*Custom*/
.alert.pr_alert {
	position: fixed;
	left: 50%;
	top: 4%;
	width: 80%;
	max-width: 600px;
	padding: 15px;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
	z-index: 100000;
}

.alert.pr_alert.alert-success {
	text-align: center;
}

.alert.pr_alert .close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	width: 0.75em;
	height: 0.75em;
	line-height: 0.75em;
	font-weight: 400;
	text-shadow: none;
	color: inherit;
}