.custom-ftc-addons small{
    margin-bottom: 5px;
    display: block;
}
.ftc-addons-input{
    width: 3rem;
    display: inline-block;
    clear: left;
}
.single-affiliate-link{
        text-align: center;
    line-height: 1em;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    vertical-align: middle;
    padding: 1em;
    margin: 1rem 0;
    font-size: 1rem;
    background-color: #00e6c8;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
}
.single-affiliate-link:hover{
    color: #fff;
    text-decoration: none;
}