#good_alert {
    color: green;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
}

#bad_alert {
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
}