.men-row{
    width:98%;
    min-height: 40px;
    display:flex;
    margin-top: 10px;
    padding:8px;
    border-bottom: thin solid #ddd;
    background-color: white !important;
}
.men-row .nombre{
    font-size: 24px;
}
.men-row2{
    width:100%;
    min-height: 40px;
    margin-top: 10px;
    padding:8px;
    display:block !important;
    overflow-y: auto;
}
.men-img{
    width:75px;
    height: 75px;           
    display: flex;
    justify-content: center;
    align-items: center;
}
.men-date{
    width:75px;
    right: 0;
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}
.men-arrow{
    width:25px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 8px;
}
.men-vistos{
    width:35px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: #ddd;
    border-radius: 50%;
    max-height: 30px;
}
.men-content{
    width:96%;
    padding-left:15px;
}
.men-usuario{
}
.men-otro{
}
.men-caja-texto{
    width:100%;
    height:100px;
    background-color: #f3f3f3;
    display:flex;
    padding:8px;
}
.men-contacto-nombre{
    font-size: 10px !important;
    font-weight: bold !important;
    margin-bottom: 5px;
}

