
/*   ================= GENERAL =================   */

/* Make the editor pane and preview pane stand out by making the overall background a little darker/lighter */
#moaied__wrapper {
    background: rgba(128,128,128,0.15);
}
/*   ================= TOOLBAR =================   */

#moaied__editor .toolbutton {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2.2em;
    width: 2.2em;
    padding: 0;
    border: 1px solid #BBB;
    margin: 0 1px;
    background: rgba(255,255,255,0.7);
}
