/* added 02-07-14*/
.alert {
  /* color: #111111 !important; */
}
/* removed 08-25-2014 was impacting the okay will pay online button */
/* .alert a {
    color: #1E565E;
} */
.alert a:hover, .alert a:focus {
    color: #308B98;
}
.alert-black {
    color: #000;
}
.alert-bigger {
    font-size: 1.3em;
}
.ugh-title {
    margin-top: .5em;
}
.alert-bottom {
    margin-bottom: 15px !important;
}