.messagelist {
    list-style-type: none;
}

.messagelist li {
    margin-bottom: 5px;
    padding: .5em .7em;
    border: 5px solid #25c5d0;
    border-radius: 10px;
    background-color: #ffffff;
}

