.mainnewsletter {
    margin-top: 25px;
}

.nletter_send {
    border: none;
    text-align: center;
    padding: 12px;
    margin: 5px;
    margin-right: 0;
    background: #56a09a;
    color: #fff;
    font-weight: bold;
    -o-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.nletter_send:hover {
    background: #517c85 !important;
}



#nletter_save_standard {
    padding: 20px 25px;
    background: #56a09a;
    color: #fff;
    font-weight: bold;
    -o-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    margin-left: 20px;
}

#nletter_save_standard:hover {
    background: #517c85;
    text-decoration: none;
}

@media (max-width: 590px) {
    .newsletterTable tr:first-child *{
        width: 100%;
        display: inline-block;
        float: left;
        margin: 5px !important;
        padding: 0 !important;
        text-align: center;
    }

    #nletter_save_standard {
        padding: 20px 25px !important;
    }

    .newsletterTable tr:nth-child(2) td:first-child,
    .newsletterTable tr:nth-child(2) td:nth-child(3){
        display: none;
    }

    .newsletterTable tr:nth-child(3) td{
        float: left;
    }
}