.embedded-messaging .embeddedMessagingConversationButton {
    background-color: #ed1c2b;
}
.embedded-messaging span.closechat {
    font-size: 18px;
    display: inline-block;
    padding: 1px;
    position: absolute;
    border: 0;
    color: #fff;
    background-color: #ed1c2b;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    right: 0px;
    cursor: pointer;
    bottom: 35px;
    line-height: 1;
    text-align: center;
}   
.termsAndConditionsText {
    text-align: center;
}
.termsAndConditionsText a {
    color: #ea0028;
}