document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <style scoped="scoped">
  2.                
  3.                 #example {
  4.                     min-height: 500px;
  5.                 }
  6.                
  7.                 #content {
  8.                     padding: 10px;
  9.                 }
  10.                
  11.                 #openButton {
  12.                     text-align: center;
  13.                     position: absolute;
  14.                     white-space: nowrap;
  15.                     padding: 1em;
  16.                     cursor: pointer;
  17.                 }
  18.                
  19.                 #okButton {
  20.                     display: block;
  21.                     margin: 0 auto;
  22.                 }
  23.             </style>
  24.         </div>
  25.     </body>
  26. </html>
');