@charset "utf-8";
#divMessage {
    margin-bottom: 5px;
    margin-left: 0px;
    color: #111111;
    text-align: center;
    background-color: #CDB6D0;
    padding: 10px 10px 5px 10px;
    margin-top: 5px;
    border: 2px solid #462554;
    width: 172px;
}

.messageHeader {
    /* font-family: Arial, Helvetica, sans-serif;*/
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    clear: both;
}

.mespic {
    margin-bottom: 10px;
    text-align: center;
}

.messageBody {
    text-align: justify;
    padding: 10px;
    border: 1px solid #111111;
    background-color: white;
    margin-bottom: 5px;
}


#divRowTwo {
    font-weight: 600;
}

.messageLine {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #452554;
    margin-top: 5px;
    margin-bottom: 5px;
}

#divHeader {
    background-color: #462554;
    padding: 5px 5px 3px 5px;
    text-align: center;
    margin-bottom: 10px;
    border: 2px solid #FFF;
}

#divRowOne, .divRowOne {
    font-weight: 700;
    color: green;
    font-style: italic;
    text-align: center;
    font-size: 1.25rem;
}