#message-success {
    display: table;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    background-color: rgb(116,191,115,0.75);
    font-weight: bolder;
    text-align: center;
}

#message-info {
    display: table;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    background-color: rgb(245,245,45,0.75);
    font-weight: bolder;
    text-align: center;
}

#message-warning {
    display: table;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    background-color: rgb(245,154,46,0.75);
    font-weight: bold;
    text-align: left;
}

#message-error {
    display: table;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    background-color: rgb(202,57,37,0.75);
    font-weight: bolder;
    text-align: left;
}