.prominentButton {
    box-sizing: border-box; /* this is needed to include the padding in the width calculation */
    cursor: pointer;
    display: inline;
    font-size: 14px;
    float: left;
    background: #5faf78 url('3V5rAMGHVHPEOwUbfgJ6CYvC3kvaGgFF3GWfeKw7HDw.gif') repeat-x scroll 100% 0;
    font-family: lucida sans unicode, lucida sans, lucida grande, lucida, arial, sans-serif;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    width: 40%;
    text-align: center;
}

.prominentButton:hover {
    background: #79BB8F url('ZpsxrVXtBIzriLKwXIeiJ3athXc0VVLooVufo7h6M5V.gif') repeat-x scroll 100% 0;
    color: #ffffff;
    text-decoration: none;
}

.prominentButton .icon.arrow-right:after {
    float: right;
    position: relative;
    font-family: FontAwesome;
    content: '\f04b';
    padding-top: 2px;
}
.prominentButton .icon.arrow-left:before {
    float: left;
    position: relative;
    font-family: FontAwesome;
    content: '\f04b';
    padding-top: 2px;
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
}

#prominentButtonForListConversations div{
    padding-left: 31px;
}