/* troubleshooting */
div.troubleshooting { position:fixed; left:0px; top:0px; z-index:999999; overflow:scroll;}
div.troubleshooting.ajax { top:50px; }

div.troubleshooting { width:85%; bottom:0px; background:#4A4A4C; padding-top:35px; opacity:0.9; }
div.troubleshooting.hidden { display:block !important; height:22px; overflow:hidden; visibility:visible; width:auto; }

a.trouble { display:block; color:#fff !important; background:#fabf2e; padding:3px 5px !important; border-radius:0px 0px 5px 0px; font-size:1.3rem; font-family:Inconsolata,monospace,serif; line-height:1; }

div.troubleshooting a.trouble { position:fixed; top:0px; left:auto;right:15%; background:#fabf2e; color:#000; border-radius:0px 0px 0px 5px;}
div.troubleshooting.ajax a.trouble { top:0px; right:0px; position:absolute; }
div.troubleshooting.hidden a.trouble { position:fixed; top:50px; left:0px;right:auto; width:auto;height:auto; transform:rotate(90deg); transform-origin: bottom left; border-radius:5px 5px 0px 0px; }
div.troubleshooting.ajax.hidden a.trouble { top:100px;   }
div.troubleshooting a.trouble:hover { background:#fabf2e; color:#fff; }
div.troubleshooting a.trouble:before { content:'CLOSE '; }
div.troubleshooting a.trouble:after { content:'/TROUBLESHOOTING WINDOW X'; }
div.troubleshooting.hidden a.trouble:before,
div.troubleshooting.hidden a.trouble:after { content:''; }

div.troubleshooting pre {display:block;clear:both;font-size:1.4rem; color:#000;font-family:Inconsolata,monospace,serif !important;background:#4A4A4C;}
div.troubleshooting.hidden pre { display:none; }
div.troubleshooting b,
div.troubleshooting a,
div.troubleshooting em { display:inline-block; vertical-align:top;font-family:Inconsolata,monospace,serif !important;}
div.troubleshooting b { vertical-align:top;color:#62CCCA; font-weight:normal;}
div.troubleshooting a { padding-left:10px;color:#fabf2e; }
div.troubleshooting em > a { color:#fabf2e; }
div.troubleshooting em { padding-left:0px; color:#FEE5B1; font-style:normal;}
div.troubleshooting em { display:inline-block;}
div.troubleshooting em.hidden { display:none; }
