﻿/*Alert Message*/
#AlertBox {
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 5px 15px 5px 15px;
}

#message-box.visible {
    display: none;
}
#message-box {
    background-color: #a7d6f9;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 15px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    outline: none;
    height: auto;
    padding: 10px 10px 10px 10px;
}

.a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}

