/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */

.cqb-wrapper-admin {
    background: #f8f9f9;
    color: #444;
    margin: 0 auto;
    max-width: 740px;
    text-align: center;
    padding:40px 20px;

    .cqb-admin-title {
        padding-top: 0;
        margin-top: 0;
        font-size: 16px;
        color: #444;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .cqb-admin-desc {
      color: #444;
      font-size: 14px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}
