.hia-alerts.alert {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    overflow:hidden;
    position:relative;
    text-align:center;
}

.hia-alerts.alert.alert-danger {
    background-color: #f80303;
    color:white;
}

.hia-alerts.alert.alert-info {
    background-color: #001a45;
    color: white;
}

.hia-alerts.alert.alert-success {
    background-color: #1df803;
    color: black;
}

.hia-alerts.alert.alert-warning {
    background-color: #f8cf03;
    color: black;
}

.hia-alerts.alert a {
    color: inherit;
    text-decoration: underline;
}