#mensajes{
    background:#fff;
    border-radius:6px;
    padding:15px;
    border:1px solid #ddd;
}

#mensajes div{
    padding:8px;
    margin-bottom:10px;
    border-radius:4px;
}

#mensajes div:nth-child(odd){
    background:#f2f2f2;
}

#mensajes div:nth-child(even){
    background:#e8f0ff;
}

textarea{
    width:100%;
    height:120px;
    padding:10px;
    border-radius:6px;
    border:1px solid #ccc;
    resize: vertical;
}

#chat{
    max-width:600px;
}
