/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Project : Intranet Comptel 
    Author  : Comptel System Ltda.
*/

.anuncios-message{
    padding: 8px;
    background: white;
}

.anuncios-message img {
    margin-top: 8px;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
}

.anuncios-message-end{
    margin-top: -8px;
    text-align: center;
    font-size: 12px;
    background-color: #eaedf2;
    color: black;
}

.anuncios-subject .from {
    font-size: 16px;
    font-weight: 600;
    color: #5b9bd1;
}

.anuncios-subject .time {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    filter: alpha(opacity=50);
    float: right;
}
.anuncios-subject{
    margin-left: 10px;
}


.img-anuncios {
    float: left;
    margin: 0 6px 6px 0;
}

.anuncios-message-text {
    word-wrap: break-word;
    display: block!important;
    font-size: 16px;
    line-height: 1.3;
    margin-left: 56px!important;
    padding: 8px;
    text-align: justify;
}

.tc-black-88{
    color: #888;
}
