/* StrikeGamehost PUBLIC SITE — engine-specific extras only. The real stylesheet is the ORIGINAL DLE template
   /templates/game_new2/css/style.css (+ engine.css), linked by protected/views/layouts/site.php; per-block styles of the
   original are inline in the views/pages. Keep this file tiny: nothing here may change the look of the original template. */
#loading-layer{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#1d1d1d;color:#fff;font-size:12px;text-align:center;padding:5px 0}
/* long news titles in «Последние комментарии» (the original rows come from phpBB and are short): let them wrap
   instead of pushing the 680px table out of the block (the page's inline <style> sets nowrap, hence the specificity) */
table.phpbb-block td:first-child{white-space:normal}
/* test servers of games without steam:// connect links look like the links of the original block */
.servers-block span.ip{cursor:default}
/* the calculator iframe is 500px wide inside a 670px column, like the original */
.blockbg iframe{max-width:100%}
/* /banners.html: the engine also offers 1200x600 banners — previews never widen the 670px column */
.banner-preview img{max-width:100%;height:auto}
