/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
/* == Table of contents ==
    1. Forms styles
 */

/*
 1. Forms styles
 */
.ethermailerwp_wrap h2 {
    font-weight: 700 !important;
}

.ethermailerwp_options_form {
    padding: 20px;
    background: #ffffff;
}

.ethermailerwp_options_form span,
.ethermailerwp_options_form label {
    display: block;
    margin: 8px 0;
}

.ethermailerwp_options_form input[type=text] {
    padding: 10px 20px;
    width: 50%;
}

.support{
     background: #ffffff;
}

/*
2. Messages
*/
.ethermailerwp_warning{
    color:#ffffff;
    display:inline-block;
    padding:5px 10px;
    background:orange;
    font-weight:bold;
}

.debug{
    background:#ffffff;
    padding: 10px 20px;
}
.no-api-key-warning{
    padding:10px;
    background:#fff;
    font-size:18px;
    margin:10px 0;
    border:1px solid red;
}