.m-meme:before,
.m-meme:after {
    content: " ";
    display: table
}
.m-meme:after {
    clear: both
}
.m-canvas__download {
    max-width: 400px;
    margin-right: auto
}
em {
    font-style: italic;
    font-family: serif
}
@media screen and (min-width: 700px) {
    .m-canvas {
        width: 70%
    }
}
.m-canvas .m-canvas__canvas {
    background: #fcfcfc
}
.m-canvas .m-canvas__canvas canvas {
    max-width: 100% !important
}
.m-canvas .m-canvas__download-note {
    color: #777;
    font-size: 12px;
    font-style: italic
}
#meme {
    padding: 10px
}
i {
    font-style: italic
}
.m-editor {
    margin-bottom: 30px
}
.m-editor .pane-toggle li {
    width: calc(50% - 3px);
    display: inline-block;
    padding: 6px;
    line-height: 16px;
    text-align: center;
    cursor: pointer
}
.m-editor .pane-toggle h2 {
    margin-bottom: 0
}
.m-editor li.content-tab {
    border-bottom: 2px solid rgba(76, 78, 77, 0.025)
}
.m-editor li.content-tab:hover {
    border-bottom: 3px solid rgba(76, 78, 77, 0.025)
}
.m-editor li.design-tab {
    border-bottom: 2px solid rgba(76, 78, 77, 0.2)
}
.m-editor li.design-tab:hover {
    border-bottom: 3px solid rgba(76, 78, 77, 0.2)
}
.m-editor .content-pane {
    display: none
}
.m-editor .drawer {
    padding-top: 1em;
    margin-bottom: 2em
}
.m-editor #file-input,
.m-editor #watermark-file-input {
    display: none
}
.m-editor hr {
    display: block;
    border-top: 2px solid rgba(76, 78, 77, 0.1);
    margin: 10px 0
}
.m-editor h4 {
    font-size: 12px;
    font-weight: bold;
    opacity: .8
}
.m-editor h2 {
    margin-top: 0;
    margin-bottom: .5em;
    line-height: 16px
}
@media screen and (min-width: 700px) {
    .m-editor {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        padding-left: 20px;
        width: 30%
    }
}
.m-editor .dropzone {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(45, 53, 56, 0.1);
    color: #6a6a69;
    display: block;
    font-size: 12px;
    font-weight: 900;
    height: 48px;
    line-height: 48px;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle
}
.m-editor .dropzone.pulse {
    -webkit-animation: pulsate 0.3s infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation: pulsate 0.3s infinite;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
    -o-animation: pulsate 0.3s infinite;
    -o-animation-direction: alternate;
    -o-animation-timing-function: ease-in-out;
    animation: pulsate 0.3s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out
}
.m-editor .text-case,
.m-editor input,
.m-editor label {
    margin-top: 5px;
    display: inline-block
}
.m-editor select {
    height: 2em;
    margin-bottom: 10px
}
.m-editor .text-align,
.m-editor .font-size,
.m-editor .font-family,
.m-editor .text-shadow,
.m-editor .watermark {
    display: none
}
.m-editor .text-align {
    width: calc(50% - 4px);
    display: inline-block
}
.m-editor .m-editor__overlay:before,
.m-editor .m-editor__overlay:after,
.m-editor .m-editor__font-color:before,
.m-editor .m-editor__font-color:after,
.m-editor .m-editor__backgroundColor:before,
.m-editor .m-editor__backgroundColor:after {
    content: " ";
    display: table
}
.m-editor .m-editor__overlay:after,
.m-editor .m-editor__font-color:after,
.m-editor .m-editor__backgroundColor:after {
    clear: both
}
.m-editor .m-editor__overlay ul,
.m-editor .m-editor__font-color ul,
.m-editor .m-editor__backgroundColor ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.m-editor .m-editor__overlay ul label,
.m-editor .m-editor__font-color ul label,
.m-editor .m-editor__backgroundColor ul label {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px
}
.m-editor .m-editor__overlay ul label,
.m-editor .m-editor__font-color ul label,
.m-editor .m-editor__backgroundColor ul label {
    margin-bottom: 1em
}
.m-editor .overlay-none {
    background-color: #FFF;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 100%;
    margin: 0;
    margin-left: 1em;
    outline: none;
    text-align: center;
    width: 30px
}
.m-editor .m-editor__swatch {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #000;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 100%;
    margin: 0;
    margin-left: 1em;
    outline: none;
    text-align: center;
    width: 2em
}
.m-editor .m-editor__swatch:checked:before {
    content: 'x';
    color: #d3d3d3;
    font-size: 18px;
    line-height: 18px;
    vertical-align: center
}
.temp-notice {
    border: 1px solid #faebcc;
    color: #8a6d3b;
    background-color: #fcf8e3;
    padding: 10px;
    margin-bottom: 20px
}
@-webkit-keyframes pulsate {
    0% {
        background-color: #fcfcfc;
        border-color: #cfcfcf
    }
    100% {
        background-color: #bed0d8;
        border-color: #6f96a8
    }
}
@-moz-keyframes pulsate {
    0% {
        background-color: #fcfcfc;
        border-color: #cfcfcf
    }
    100% {
        background-color: #bed0d8;
        border-color: #6f96a8
    }
}
@-o-keyframes pulsate {
    0% {
        background-color: #fcfcfc;
        border-color: #cfcfcf
    }
    100% {
        background-color: #bed0d8;
        border-color: #6f96a8
    }
}
@keyframes pulsate {
    0% {
        background-color: #fcfcfc;
        border-color: #cfcfcf
    }
    100% {
        background-color: #bed0d8;
        border-color: #6f96a8
    }
}
form h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 18px 0 5px
}
form h2 label {
    margin-bottom: 0
}
form .checkbox-group label {
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0
}
form textarea {
    height: 6em
}