/* 
    Created on : 25 Oct, 2018, 11:41:15 AM
    Author     : dhilip.james
*/

#smsContentSize{
    float: right;
    width:6%;
    margin-top: 12px;
}
.smileys{
    width:94%;
}

a.hop {
    position: relative;
}
a.hop:after {
    content: "New";
    position: absolute;
    color: #fff;
    top: 0;
    right: 107px;
    font-size: 9px;
    font-weight: 900;
    background-color: #FF2E2E;
    line-height: 1.12;
    padding: 1px 2px;
    border-radius: 2px;
}