Warning: unlink(./data/secure/tokens/21d61b48b2c73f48e350144a8447ebe392b05d700a9c7bbe9a03fa73ac4dde25e0ed147b40aaac5ab9b9817174a1044cac5869b5cef246b96a0a236a934e368b.token): No such file or directory in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 865

Warning: unlink(./data/secure/tokens/3584f7ef8d3563b2992688691bf7fc1f6d5a6649683d0613c935614c88bb5d65c8e7aa9969682fcbfb9a17cdabcdc2a60b6f8c96bd454aa217713bd35bba3c31.token): No such file or directory in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 865

Warning: unlink(./data/secure/tokens/3a4510eaee1205f3d5f63a625d18a0157927a766e1c7018c369ad342b8e748b91b5b4e4f6fec09caa1bf1a7154d180118937df0824e0d49c184a38b77a5e4e68.token): No such file or directory in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 865

Warning: unlink(./data/secure/tokens/406bd0cc74a5ce1b1e5d00e11ce2359e4a79e6c398ce92635f54bf36fd24b9c562f5e1f87516ad19822ec744efbf3f11d733b9a98fd62b016a47dd3914b829ba.token): No such file or directory in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 865

Warning: unlink(./data/secure/tokens/45c4c14f1698b7b42fbacd43b41545dd351265db5dde889deb7db43d285d522ae88115a34d2794a5a2c8a7b287804dbe2ae65e0681c03b27fec025e1b3f4aabb.token): No such file or directory in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 865

Warning: unlink(./data/secure/tokens/5809ae06570856cea1f75fdf8daad64d4713d582592fbf9d733c9bdbcfb436faccea8980478376cd4960f5d4d6ecdc22e6253153c29f3385013b17d7abf9eebf.token): No such file or directory in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 865

Warning: filemtime(): stat failed for ./data/secure/tokens/85a806ceb7af4ccac05207c463654f6f9a1f46a7ac14ca3ee2d9071eb7a8eeb8e9b12f17468a46a855c17f3af4c1edc11e7f7391c89077f1a8ab99110fb033cd.token in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 831

Warning: filemtime(): stat failed for ./data/secure/tokens/a3686e8fe6e1956120c1030d3f48f2dc37803b38100a833257535e3d70c6a274a2c20be18a019ce8e503897ec4a6c9df691e8eff748823db5ad5ea7e53660891.token in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 831

Warning: filemtime(): stat failed for ./data/secure/tokens/a716e56dc97560c963f7c085ed0d183f57e39f565c4df1ce51fe2494122862b57221781584e4e90cc41ce2a27cf6e5b89c120c7e7b29d2b49cabd2b4dc5f3bd1.token in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 831
First Name Last Name Job Title
James Matman Chief Sandwich Eater
The Tick Crimefighter Sorta
/* Generic Styling, for Desktops/Laptops */ table { width: 100%; border-collapse: collapse; } /* Zebra striping */ tr:nth-of-type(odd) { background: #eee; } th { background: #333; color: white; font-weight: bold; } td, th { padding: 6px; border: 1px solid #ccc; text-align: left; } /* Max width before this PARTICULAR table gets nasty This query will take effect for any screen smaller than 760px and also iPads specifically. */ @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { /* Force table to not be like tables anymore */ table, thead, tbody, th, td, tr { display: block; } /* Hide table headers (but not display: none;, for accessibility) */ thead tr { position: absolute; top: -9999px; left: -9999px; } tr { border: 1px solid #ccc; } td { /* Behave like a "row" */ border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; } td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; } /* Label the data */ td:nth-of-type(1):before { content: "First Name"; } td:nth-of-type(2):before { content: "Last Name"; } td:nth-of-type(3):before { content: "Job Title"; } td:nth-of-type(4):before { content: "Favorite Color"; } td:nth-of-type(5):before { content: "Wars of Trek?"; } td:nth-of-type(6):before { content: "Porn Name"; } td:nth-of-type(7):before { content: "Date of Birth"; } td:nth-of-type(8):before { content: "Dream Vacation City"; } td:nth-of-type(9):before { content: "GPA"; } td:nth-of-type(10):before { content: "Arbitrary Data"; } } display: block; /* Or an external stylesheet or whatever */

h1:before { content: "Company Name"; } Chris td:before { content: attr(data-label); }