.tx-sibsubscribe {
    position: relative;
}

.tx-sibsubscribe #ajax_content {
    position: absolute;
    font-size: 0.9em;
    line-height: 1.6em;
    padding: 5% 6%;
    margin: 2% 5%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.tx-sibsubscribe #ajax_content.red {
    color: #d67f7f;
    background-color: rgba(255, 235, 235, 0.94);
    border: 1px solid #ffc7c7;
}

.tx-sibsubscribe #ajax_content.green {
    color: #7fd6a4;
    background-color: rgba(235, 255, 243, 0.94);
    border: 1px solid #7fd6a4;
}

.tx-sibsubscribe #ajax_content:after {
    content: "×";
    font-size: 16px;
    position: absolute;
    top: 6px;
    right: 10px;
    width: 10px;
    height: 10px;
}

.tx-sibsubscribe #ajax_sibsettings_content {
    color: #d67f7f;
}