#console							{ position:fixed; z-index:100000; top:0; left:-299px; opacity:0; bottom:0; width:300px; padding:5px 0; overflow:scroll; color:#fff; background-color:rgba(0,0,0,0.85); }
#console table						{ width:100%; border-collapse:collapse; }
#console td							{ vertical-align:top; 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; font-weight:bold; }
#console a .active					{ color:#0af; }
#console:hover						{ left:0; opacity:1; }
#console span						{ font-weight:bold; }
#console .live						{ color:#0c4; }
#console .generated					{ color:#0af; }
.editbutton							{ background-color:#0a7 !important; border:none !important; color:#fff !important; display:inline-block; vertical-align:middle !important; font-weight:bold !important; width:auto; border-radius:3px; box-shadow:none !important; padding:0 10px; font-size:11px !important; line-height:20px !important; height:20px; font-family:'Helvetica Neue','Helvetica','Arial',sans-serif; }

#tableview							{ width:100%; border-collapse:collapse; }
#tableview td, #tableview th		{ padding:2px; margin:0; border-bottom:1px solid #888; border-left:1px solid #888; font-size:10px; }
#tableview thead					{}