.footer {
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	text-align: center;
	width: 98%;
	margin-left:1%; 
    margin-right:1%;
	vertical-align: middle;
}
.header {
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	text-align: center;
	width: 98%;
	margin-left:1%; 
    margin-right:1%;
	vertical-align: middle;
}
.allnamesPad {
	margin-top: 60px;
}
.refresh {
	position: absolute;
	top: 0;
	right: 0;
}
.infoStyle {
	position: absolute;
	top: 5px;
	left: 5px;
	cursor: pointer;
}
.infoText {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	position: absolute;
	top: 90px;
	left: 5px;
	font-weight: normal;
	font-size: 16px;
	width: 800px;
	height: auto;
	text-align: left;
	background-color: #eee;
	padding: 10px, 10px, 10px, 10px;
}
.infoContainer {
	margin: 10px, 10px, 10px, 10px;
}
.largerText {
	font-size: 24px;
}
.debugText {
	font-size: 12px;
	font-weight: normal;
}
body {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 32px;
}
.finalName {
	font-size: 72px;
	font-weight: 900;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

select {
	font-family: inherit;
	width: 200px;
	height: 45px;
	font-weight: inherit;
	bottom: 2px;
	outline: none;
	font-size: 32px;
}
select option {
	font-family: inherit;
	font-weight: inherit;
	font-size: 32px;
}

/* The container */
.container {
  /*display: block;*/
  position: relative;
  /*padding-left: 35px;
  margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	padding-right: 42px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: auto;
  height: 32px;
  width: 32px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #692b6d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 12px;
  top: 8px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #692b6d;
  border: none;
  color: white;
  /*padding: 16px 32px;*/
  cursor: pointer;
	font-family: inherit;
	width: auto;
	height: 45px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: inherit;
	font-size: 32px;
}

ol {
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
	font-size: 16px;
	text-align: left;
		width: 98%;
	margin-left: auto; 
    margin-right: auto;
}