a.edit								{ background-color:#0a7 !important; opacity:1; border:none !important; color:#fff !important; display:inline-block; vertical-align:middle !important; font-weight:bold !important; width:auto; border-radius:4px; box-shadow:none !important; padding:0 5px !important; font-size:11px !important; line-height:20px !important; height:20px; font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue','Helvetica','Arial',sans-serif; }
a.edit:hover						{ background-color:#f70 !important; opacity:1; text-decoration:none !important; }
.off								{ opacity:0.5; }

/* CONSOLE */
#console							{ position:fixed; z-index:100000; top:0; left:-290px; opacity:0; bottom:0; width:300px; padding:5px 0; overflow:scroll; color:#fff; background-color:rgba(0,0,0,0.85); font-size:12px; }
#console *							{ font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue','Helvetica','Arial',sans-serif;}
#console table						{ width:100%; border-collapse:collapse; }
#console td							{ vertical-align:top; text-align:left; line-height:120%; padding:5px; border:0; border-top:1px solid rgba(255,255,255,0.025); }
#console td:first-child				{ font-weight:bold; color:#888; }
#console tr:first-child td			{ border-top:none; }
#console .section					{ color:#fff !important; border-top:1px solid rgba(255,255,255,0.1); }
#console img						{ width:50px; height:auto; border-radius:2px; }
#console .favicon					{ width:16px; height:16px; background-color:#ccc; border:1px solid #ccc; }
#console .warning					{ color:#f00; }
#console a							{ color:#aaa !important; font-weight:bold; }
#console a .active					{ color:#0af !important; }
#console a.action					{ color:#0a7 !important; text-transform:uppercase; }
#console:hover						{ left:0; opacity:1; }
#console span						{ font-weight:bold; }
#console .live						{ color:#0c4; }
#console .generated					{ color:#0af; }


/* TABLEVIEW */
#tableview							{ width:100%; border-collapse:collapse; border-top:1px solid #000; }
#tableview td, #tableview th		{ padding:5px; margin:0; border-bottom:1px solid #000; font-size:12px; text-align:left; }


#iframe								{ position:fixed; top:10px; bottom:10px; left:50%; width:480px; margin-left:-240px; box-shadow:0 5px 50px rgba(0, 0, 0, 0.5); border-radius:4px; overflow:hidden; }
iframe								{ width:100%; height:100%; border:none; }

@media print {
a.edit								{ display:none !important; }
}