﻿/*Custom*/
.alert.pr_alert {
    position: fixed;
    left: 50%;
    top: 4%;
    width: 30%;
    padding: 15px 30px;
    margin-left: -15%;
    z-index: 100000;
}

.alert.pr_alert.alert-success {
    text-align: center;
}

.alert.pr_alert .close {
  position: absolute;
  top: 2px;
  right: 8px;
  color: inherit;
}