.merci-vote {
    position: relative;
    text-align: center;
    padding: 25px;
    margin: 10px 0;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    font-family: inherit;
}

span.close-merci {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 2px 7px;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: initial;
    font-size: 15px;
}