.pd-alert {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.pd-alert.success {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.pd-alert.danger {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.pdp-donation-for {
	margin-bottom: 5px;
    display: inline-block;
}
.pdp-bt-pad{
	margin-top: 10px;
}
