.alert-purple { border-color: #694D9F;background: #694D9F;color: #fff; border-radius: 10px; text-align: center;}
.alert-info-alt { border-color: #ff9e1f;background: #eb9800;color: #fff; border-radius: 10px; text-align: center;}
.alert-danger-alt { border-color: #c82121;background: #d92626;color: #fff; border-radius: 10px; text-align: center;}
.alert-warning-alt { border-color: #F3F3EB;background: #E9CEAC;color: #fff; border-radius: 10px; text-align: center;}
.alert-success-alt { border-color: #16a300;background: #007c1d;color: #fff; border-radius: 10px; text-align: center;}
.glyphicon { margin-right:10px; }
.alert a {color: gold;}