.vma-emailer-wrapper label.error{
    display: none !important;
}

.vma-emailer-wrapper input.error{
    border: 1px solid red;
    color: red;
}

.vma-emailer-loading img{
    display: none;
}

.vma-emailer-error{
    color: red;
    margin: 0 !important;
}

.vma-emailer-complete{
    color: green;
}

.vma-emailer-form-row,
.vma-emailer-form-before,
.vma-emailer-form-after,
.vma-emailer-author,
.vma-emailer-buttons{
    padding: 5px 0px;
}

.vma-emailer-form-row label em{
    color: red;
}

.vma-emailer-form-row label{
    width: 35%;
    display: block;
    float: left;
    text-align: left;
}

.vma-emailer-wrapper input{
    vertical-align: middle;
}

.vma-emailer-buttons input{
    padding: 5px 10px;
    font-size: 110%;
}

.vma-emailer-clear{
    clear: both;
    margin: 0 !important;
}

.vma-emailer-wrapper{
    width: 100%;
}

@media screen and (min-width: 768px){
    .vma-emailer-horizontal .vma-emailer-form-row{
        width: 33%;
        min-width: 150px;
    }
    .vma-emailer-horizontal .vma-emailer-form-row label{
        display: inline;
        float: none;
    }
    .vma-emailer-horizontal .vma-emailer-form-row input{
        width: 90%;
        max-width: 90%;
    }
    .vma-emailer-horizontal .vma-emailer-form-row,
    .vma-emailer-horizontal .vma-emailer-author,
    .vma-emailer-horizontal .vma-emailer-buttons,
    .vma-emailer-horizontal .vma-emailer-fields{
        float: left;
        text-align: left;
    }
    .vma-emailer-horizontal .vma-emailer-clear{
        clear: none;
    }

    .vma-emailer-horizontal .vma-emailer-wrapper:after{
        content: '.';
        visibility: hidden;
        clear: both;
        height: 0;
        display: block;
    }

    .vma-emailer-horizontal .vma-emailer-author{
        margin-left: 10px;
        margin-top: 5px;
    }

    .vma-emailer-horizontal .vma-emailer-complete{
        clear: left;
    }
}

@media screen and (max-width: 479px){
    .vma-emailer-form-row label{
        float: none;
        width: auto;
    }
}