diff --git a/static/style.css b/static/style.css
index 4437087..b8fed52 100644
--- a/static/style.css
+++ b/static/style.css
@@ -19,87 +19,18 @@ nav ul li {
padding-left: 1em;
}
-#activeRegistrationCodes {
- display: block;
- width: 100%;
-}
-
-#activeRegistrationCodes table {
- margin: 0 auto; /* or margin: 0 auto 0 auto */
-}
-
-#registeredUsers {
- display: block;
- width: 100%;
-}
-
-#registeredUsers table {
- margin: 0 auto; /* or margin: 0 auto 0 auto */
-}
-
-table {
- border-collapse: collapse;
-}
-
-table tr:nth-child(even) {
- background: #CCC
-}
-
-table th, td {
- padding-left: 1em;
- padding-right: 1em;
- text-align: center;
- height: 2.5em;
-}
-
-table tbody td {
- border: 1px solid black;
-}
-
-table tbody tr .borderless {
- border: none;
- background: white;
-}
-
-#register {
- width: 100%;
+.text-center {
text-align: center;
}
-#register form {
- display: inline-block;
+.justify-center {
+ justify-content: center;
}
-form div .row {
- display: table-cell;
+.pad-top {
+ padding-top: 2em;
}
-label {
- display: inline-block;
- float: left;
- clear: left;
- width: 250px;
- text-align: right;
- padding-right: 1em;
- vertical-align: middle;
-}
-
-input {
- display: inline-block;
- float: left;
- vertical-align: middle;
- width: auto;
-}
-
-.formSubmit input {
- float: right;
-}
-
-.flashMessages {
- padding: 1em;
-}
-
-.flash {
- width: 100%;
- text-align: center;
+.pad-bottom {
+ padding-bottom: 2em;
}
\ No newline at end of file
diff --git a/static/vendor/pure-release-1.0.0/HISTORY.md b/static/vendor/pure-release-1.0.0/HISTORY.md
new file mode 100644
index 0000000..45f40c9
--- /dev/null
+++ b/static/vendor/pure-release-1.0.0/HISTORY.md
@@ -0,0 +1,469 @@
+Pure Change History
+===================
+
+1.0.0 (2017-06-05)
+------------------
+
+The community has battle-tested Pure and provided valuable feedback. We are now at a place where we can guarantee backwards compatibility through all subsequent 1.x releases.
+
+We hope you have found Pure to be useful and unobtrusive.. To provide feedback, please comment on this GitHub issue, or file a new issue to have it tracked as a separate thread.
+
+
+0.6.2 (2017-01-05)
+------------------
+
+* Added proper module API for node users [#619]
+
+### Buttons
+
+* Added Button Groups to Pure [#621]
+
+### Menus
+
+* Reset style for horizontal dropdown separator [#620]
+
+0.6.1 (2016-10-12)
+------------------
+
+* Migrate to PostCSS for browser prefixes [#617]
+* Remove duplicate Firefox inner focus border [#457]
+* Fix grid inside table in IE 10/11 [#504]
+* Fix CSSLint issues [#609]
+* Upgraded grunt dependencies to 1.x [#609]
+
+0.6.0 (2015-02-07)
+------------------
+
+* Upgraded Normalize.css to 3.0.2.
+* Dropped IE7 support.
+* Refactored Menus.
+* Numerous minor bug fixes.
+
+### Menus
+
+* Implemented flatter, low-specificity selectors, not attached to HTML elements,
+ for easier customization.
+* Removed pure-menu-open class.
+* Added pure-menu-scrollable capability, to allow for scrollable menus when
+ restricted by width or height.
+* Added pure-menu-allow-hover to reveal dropdowns on hover.
+* Removed various default styling properties, making menus a bit more bare-bones,
+a bit less opinionated, a bit easier to customize on top.
+* Broke Menu up into files for core, horizontal, dropdowns, scrollable, and skin,
+ again for improved optimization and ease of customization: take only what you
+ need.
+* Removed Paginator.
+* While not part of the Pure repo itself, the accompanying Pure website now
+ features additional menu examples and an example script for enabling dropdowns
+ and improved accessiblity.
+
+0.5.0 (2014-05-27)
+------------------
+
+### Base
+
+* Added the `.pure-img` class name for make images scale with the viewport in
+ fluid layouts.
+
+### Grids
+
+* __[!]__ Removed `.pure-g-r` from core, in favor of a mobile-first responsive
+ grid system. ([#24][], [#267][])
+
+ To use the mobile-first grid system, you need to pull in `pure.css`, along
+ with `grids-responsive.css`. We also have `grids-responsive-old-ie.css` that
+ you can serve to IE < 9 users so that they can view a desktop-version of your
+ website:
+
+ ```html
+
+
+
+
+
+
+ ```
+
+ Find out more about the new grid system at