#messagesMenu {
    height: 50px;
    line-height: 50px;
}

.crm-message-tab {
    background: lightgrey;
    padding: 10px;
    margin-right: 25px;
}

.wallMessages {
    border: 1px solid #000;
    margin-top: 25px;
    padding: 5px;
}

.crm-message-container {
    margin-top: 15px;
    width: 50%;
}

.crm-message-from {
    float: left;
    font-size: 14px;
}

.crm-message-created {
    float: right;
    font-size: 14px;
}

.crm-message-content {
    clear: both;
    text-align: justify;
}