
/*   ================= 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 {
    height: 2.2em;
    width: 2.2em;
    padding: 0;
}
