          html {
            padding: 18px 36px;
          }

          head {
            display: block;
          }

          body {
            margin: 0;
            padding: 0;
          }

          body > * {
            display: none !important;
          }

          head:after, body:before, body:after {
            display: block !important;
          }

          head:after {
            font-family: sans-serif;
            font-size: large;
            font-weight: bold;
            content: "Error compiling CSS asset";
          }

          body:before, body:after {
            font-family: monospace;
            white-space: pre-wrap;
          }

          body:before {
            font-weight: bold;
            content: "\000a Less::ParseError: 'twitter\002f bootstrap\002f bootstrap.less' wasn't found.\000a \000a   (in \002f app\002f app\002f assets\002f stylesheets\002f bootstrap_and_overrides.css.less)";
          }

          body:after {
            content: "\000a   at \002f app\002f vendor\002f bundle\002f gems\002f less-2.3.1\002f lib\002f less\002f js\002f lib\002f less\002f parser.js:426:69";
          }
