/* MUR */

#divNewPost {
    display: none;
    padding: 20px;
}


/* #divTxtNouMissatge {
    margin-bottom: 15px;
} */

#ulMsgMur li {
    background-color: #FFF;
    padding: 20px;
    overflow: auto;
    color: #666;
}

#ulMsgMur li.color4 {
    background-color: var(--color4);
}

.elementPost {
    overflow: auto;
}

.postIco,
.postInfo,
.postMsg {
    float: left;
}

.postIco,
.postIco img {
    width: 30px
}

.postIco,
.postEdit {
    margin-top: 4px;
}

.postInfo {
    font-family: "Circular Std Bold";
    padding: 0 20px;
    width: 290px;
}

.postMsg {
    max-width: 550px;
    width: -webkit-calc(100% - 400px) !important;
    width: -moz-calc(100% - 400px) !important;
    width: calc(100% - 400px) !important;
}

.postEdit {
    float: right;
    width: 68px;
}

.postEdit div {
    float: left;
    cursor: pointer;
}

.postEdit div:first-child {
    padding-right: 25px
}

.postEdit .gest_edita img,
.postEdit .gest_elimina img {
    height: 24px;
}

.dataUsuariPrincipal {
    font-family: "Circular Std Bold";
}