.ChatRoomsDataList, .PreviousChatRoomsHistoryDataList
{
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}

.PreviousChatRoomsHistoryDataListItem
{
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px dotted #EFEFEF;
}

.DateLabel
{
    font-weight: bold;
    margin-top: 5px;
}

.UserIdentityPopUpDiv
{
    display: none;
    width: 500px;
    height: 160px;
}

.UserIdentityPopUpDiv .field
{
    width: 180px;
    display: inline-block;
}

.UserIdentityPopUpDiv input[type='text']
{
    width: 250px;
}

.simplemodal-data
{
    width: 500px !important;
    height: 160px !important;
}

.HoraCRspan
{
    font-size: small;
}