/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
  vertical-align:middle;
}

/*MY CODE*/
input, select {
  padding-left: 20px;
  width: 290px;
}

.main-wrapper {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
}

body,
html {
  min-height: 100%;
}

body {
  background-image: url(../uploads/bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #ccc;
}

header nav{
  position: relative;
  top: 0;
  height: 60px;
  background-color: #fff;
}

header nav ul{
  float: left;
}

header nav ul li{
  float: left;
  list-style: none;
  position: relative;
}

header nav ul li a{
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 63px;
  padding: 10px 10px;
  text-decoration: none;
}

header nav ul li ul{
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px 0px 4px 4px;
}

header nav ul li:hover ul {
  display: block;
}

header nav ul li ul li{
  width: 180px;
  border-radius: 4px;
}

header nav ul li ul li a{
  padding: 8px 14px;
}

header nav ul li ul li a:hover{
  background-color: #f3f3f3;
}

header .nav-login {
  display: none;
  float: right;
}

header .nav-login form {
  float: left;
  padding-top: 15px;
}

header .nav-login form input {
  float: left;
  width: 140px;
  height: 30px;
  padding: 0px 10px;
  margin-right: 10px;
  border: none;
  background-color: #ccc;
  font-family: arial;
  font-size: 14px;
  color: #111;
  line-height: 30px;
}

header .nav-login form button {
  float: left;
  width: 60px;
  height: 30px;
  margin-right: 10px;
  border: none;
  background-color: #f3f3f3;
  font-family: arial;
  font-size: 14px;
  color: #111;
  cursor: pointer;
}

header .nav-login form button:hover {
  background-color: #ccc;
}

header .nav-login a{
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  float: left;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 63px;
  cursor: pointer;
}

header .logo {
  display: none;
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.header_img {
  align-content: center;
  width: 1000px;
}

menu {
  display: none;
}

.main-container {
  width: 100%;
  padding-top: 10px;
}

.main-container p {
  padding-left: 20px;
  padding-bottom: 10px;
}

.main-container h2 {
  font-family: arial;
  font-size: 40px;
  color: #111;
  line-height: 50px;
  text-align: center;
}

.main-container h3 {
  font-family: arial;
  font-size: 30px;
  color: #111;
  line-height: 50px;
  text-align: center;
}

.main-container h4 {
  font-family: arial;
  font-size: 20px;
  color: #111;
  line-height: 50px;
  padding: 2px;
  text-align: center;
}

.main-container h5 {
  width: 100%;
  background-color: #000;
  font-family: arial;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  padding: 2px;
  text-align: center;
}
.main-container h6 {
  width: 100%;
  background-color: #000;
  font-family: arial;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  padding: 2px;
  text-align: center;
}

 .main-container img {
  width: 100%;
}

.Event-List {
  padding-left: 20px;
  text-align: center;
}

.Event-List input {
  width: 90%;
  height: 40px;
  padding: 0px 5%;
  margin-bottom: 4px;
  border: none;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 40px;
}

.Event-List form {
  padding-bottom: 10px;
}

.Event-List button {
  display: block;
  margin: 0 auto;
  width: 30%;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.Event-List button:hover {
background-color: #111;
}

/*signup.php*/
.signup-form {
  width: 400px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 10px;
}

.signup-form input {
  width: 250px;
  height: 40px;
  padding: 0px 5%;
  margin-bottom: 4px;
  border: none;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 40px;
}

.signup-form button {
  display: block;
  margin: 0 auto;
  width: 30%;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.signup-form button:hover {
  background-color: #111;
}

/*newevent.php*/
.new-event {
  width: 400px;
  margin: 0 auto;
  padding-top: 30px;
}

.new-event input {
  width: 90%;
  height: 40px;
  padding: 0px 5%;
  margin-bottom: 4px;
  border: none;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 40px;
}

.new-event button {
  display: block;
  margin: 0 auto;
  width: 30%;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.new-event button:hover {
  background-color: #111;
}
/*add player style*/
.addplayer {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

.addplayer h3{
  font-family: arial;
  font-size: 30px;
  color: #111;
  line-height: 50px;
  text-align: center;
}

.addplayer button {
  display: block;
  margin: 0 auto;
  width: 30%;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.addplayer button:hover {
  background-color: #111;
}

.addplayer input {
  width: 90%;
  height: 50px;
  padding: 0px 5%;
  margin-bottom: 4px;
  border: none;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 40px;
}

/*button*/
.button {
  width: 400px;
  margin: 0 auto;
  padding: 20px;
}

.button button {
  display: block;
  margin: 0 auto;
  width: 30%;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.button button:hover {
  background-color: #111;
}

.event-table table{
  background-color: blue;
}

.eventlist {
  border-radius: 4px;
}

.eventlist form{
}

.eventlist button{
  display: block;
  width: 60px;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.eventlist button:hover {
    background-color: #111;
}

.updatelist {

}

.updatelist form{
}

.updatelist button{
  display: block;
  width: 100px;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.updatelist button:hover {
    background-color: #111;
}
.profile-nav {
}

.profile-nav table{
  border: 1px;
}

/*.profile-nav div {
  background: #eee;
}
.profile-nav div:nth-child(odd) {
  background: #ddd;
}*/

.profile-nav input{
  display: block;
  margin: 2px auto;
  width: 79%;
  height: 20px;
}

#grid2 {
  grid-column: 2/ span 3;
}

#grid3 {
  grid-column: 2 / span 3;
}

.stats {

  display: grid;
  grid-template-columns:repeat(3, 1fr);
  grid-auto-rows: 70px;
  grid-gap: 1em;
  padding: 1em;
}

.stats div {
  border: #333 1px solid;
  text-align: center;
}

.stats div p{
  padding: 10px;
}

.profile-btn {
  margin: 0 auto;
  padding: 1px;
  width: 200px;
}

.profile-btn p {
  margin: 0 auto;
  padding: 10px;
}

.profile-btn button {
  display: block;
  margin: 2px auto;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.profile-btn-h button:hover {
  background-color: #111;
}

.profile-btn-h {
  margin: 0 auto;
}

.profile-btn-h p {
  margin: 0 auto;
  padding: 10px;
}

.profile-btn-h button {
  display: block;
  margin: 2px auto;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.profile-btn-h button:hover {
  background-color: #111;
}

/*profile img*/
.profile-img {
  display: none;
  padding: 10px;
  width: 250px;
  height: 250px;
  margin: auto;
  border-radius: 100%;
  }

table td {
  text-align: center;
}

.copyright-text {
  text-align: center;
}

/* Nomination Form*/
.nomination-form-wrapper {
}

.nomination-form-container {
  width: 100%;
  padding-top: 10px;
}

.nomination-form-container p {
  padding-left: 20px;
  padding-bottom: 10px;
}

.nomination-form-container h2 {
  font-family: arial;
  font-size: 40px;
  color: #111;
  line-height: 50px;
  text-align: center;
}

.nomination-form-container h3 {
  font-family: arial;
  font-size: 30px;
  color: #111;
  line-height: 50px;
  text-align: center;
}

.nomination-form-container h4 {
  font-family: arial;
  font-size: 20px;
  color: #111;
  line-height: 50px;
  padding: 2px;
  text-align: center;
}

.nomination-form-container h5 {
  width: 100%;
  background-color: #000;
  font-family: arial;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  padding: 2px;
  text-align: center;
}
.nomination-form-container h6 {
  width: 99.4%;
  background-color: #000;
  font-family: arial;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  padding: 2px;
  text-align: center;
}

.nomination-form {
  text-align: center;
}

.nomination-form input {
  text-align: center;
  width: 50%;
  height: 30px;
  padding: 0px 5%;
  margin-bottom: 4px;
  border: none;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 40px;
}

.nomination-form form {
  padding-bottom: 10px;
}

.nomination-form button {
  display: block;
  margin: 0 auto;
  width: 30%;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.nomination-form button:hover {
background-color: #111;
}

.nomination-form table  {
  margin: 0 auto;
  width: 80%;
}

.nomination-form p {
  margin: 0 auto;
  width: 65%;
}


footer {
  align-items: baseline;
  text-align: center;
  background-color: inherit;
}

@media only screen and (min-width: 768px) {

.profile-btn {
      margin: 0 auto;
      padding: 1px;
      width: 200px;
}

.nomination-form table  {
    width: 40%;
  }
}

header .logo {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

header .nav-login {
  display: inline;
  float: right;
}

@media only screen and (min-width: 1000px) {

.main-wrapper {
  width: 50%;
}

body {
  background-color: #fff;
}

header nav{
  position: relative;
  top: 0;
  height: 60px;
  background-color: #fff;
}

header nav ul{
  float: left;
}

header nav ul li{
  float: left;
  list-style: none;
  position: relative;
}

header nav ul li a{
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 63px;
  padding: 10px 10px;
  text-decoration: none;
}

header nav ul li ul{
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px 0px 4px 4px;
}

header nav ul li:hover ul {
  display: block;
}

header nav ul li ul li{
  width: 180px;
  border-radius: 4px;
}

header nav ul li ul li a{
  padding: 8px 14px;
}

header nav ul li ul li a:hover{
  background-color: #f3f3f3;
}

header .nav-login {
  display: inline;
  float: right;
}

header .nav-login form {
  float: left;
  padding-top: 15px;
}

header .nav-login form input {
  float: left;
  width: 140px;
  height: 30px;
  padding: 0px 10px;
  margin-right: 10px;
  border: none;
  background-color: #ccc;
  font-family: arial;
  font-size: 14px;
  color: #111;
  line-height: 30px;
}

header .nav-login form button {
  float: left;
  width: 60px;
  height: 30px;
  margin-right: 10px;
  border: none;
  background-color: #f3f3f3;
  font-family: arial;
  font-size: 14px;
  color: #111;
  cursor: pointer;
}

header .nav-login form button:hover {
  background-color: #ccc;
}

header .nav-login a{
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  float: left;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 63px;
  cursor: pointer;
}

header .logo {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

menu {
  width: 240px;
  background-color: #fff;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
}

menu img {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}

menu ul {
  padding-left: 30px;
  padding-top: 60px;
}

menu ul li {
  list-style: none;
  padding: 4px 0px;
}

menu ul li a {
  font-family: Arial;
  font-weight: 300;
  color: #272727;
  text-transform: uppercase;
}

#toggleMenu {
  width: 20px;
  height: 20px;
  background-color: #fff;
  background-image: url(../close.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1050;
  cursor: pointer;
  border: 10px solid #fff;
  border-radius: 2px;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
}

#toggleMenu:hover {
  opacity: 0.7;
}


.header_img {
  align-content: center;
  width: 1000px;
}

.main-container {
  padding-top: 10px;
  width: 100%;
}

.main-container p {
  padding-left: 20px;
  padding-bottom: 10px;
}

.main-container h2 {
  font-family: arial;
  font-size: 40px;
  color: #111;
  line-height: 50px;
  text-align: center;
}

.main-container h3 {
  font-family: arial;
  font-size: 30px;
  color: #111;
  line-height: 50px;
  text-align: center;
}

.main-container h4 {
  font-family: arial;
  font-size: 20px;
  color: #111;
  line-height: 50px;
  padding: 2px;
  text-align: center;
}

.main-container h5 {
  width: 100%;
  background-color: #000;
  font-family: arial;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  padding: 2px;
  text-align: center;
}
.main-container h6 {
  width: 99.4%;
  background-color: #000;
  font-family: arial;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  padding: 2px;
  text-align: center;
}

.content {
}

.Event-List {
  padding-left: 20px;
  text-align: center;
}

.Event-List input {
  width: 90%;
  height: 40px;
  padding: 0px 5%;
  margin-bottom: 4px;
  border: none;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 40px;
}

.Event-List form {
  padding-bottom: 10px;
}

.Event-List button {
  display: block;
  margin: 0 auto;
  width: 30%;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.Event-List button:hover {
background-color: #111;
}

/*signup.php*/
.signup-form {
  width: 400px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 10px;
}

.signup-form input {
  width: 90%;
  height: 40px;
  padding: 0px 5%;
  margin-bottom: 4px;
  border: none;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 40px;
}

.signup-form button {
  display: block;
  margin: 0 auto;
  width: 30%;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.signup-form button:hover {
  background-color: #111;
}

/*newevent.php*/
.new-event {
  width: 400px;
  margin: 0 auto;
  padding-top: 30px;
}

.new-event input {
  width: 90%;
  height: 40px;
  padding: 0px 5%;
  margin-bottom: 4px;
  border: none;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 40px;
}

.new-event button {
  display: block;
  margin: 0 auto;
  width: 30%;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.new-event button:hover {
  background-color: #111;
}
/*add player style*/
.addplayer {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

.addplayer h3{
  font-family: arial;
  font-size: 30px;
  color: #111;
  line-height: 50px;
  text-align: center;
}

.addplayer button {
  display: block;
  margin: 0 auto;
  width: 30%;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.addplayer button:hover {
  background-color: #111;
}

.addplayer input {
  width: 90%;
  height: 50px;
  padding: 0px 5%;
  margin-bottom: 4px;
  border: none;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 40px;
}

/*button*/
.button {
  width: 400px;
  margin: 0 auto;
  padding: 20px;
}

.button button {
  display: block;
  margin: 0 auto;
  width: 30%;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.button button:hover {
  background-color: #111;
}

.event-table table{
  background-color: blue;
}

.eventlist {
  border-radius: 4px;
}

.eventlist form{
}

.eventlist button{
  display: block;
  width: 60px;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.eventlist button:hover {
    background-color: #111;
}

.updatelist {

}

.updatelist form{
}

.updatelist button{
  display: block;
  width: 100px;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.updatelist button:hover {
    background-color: #111;
}
.profile-nav {
  display: grid;
}

.profile-nav table{
  border: 1px;
}

/*.profile-nav div {
  background: #eee;
}
.profile-nav div:nth-child(odd) {
  background: #ddd;
}*/

.profile-nav input{
  display: block;
  margin: 2px auto;
  width: 79%;
  height: 20px;
}

#grid2 {
  grid-column: 2/ span 3;
}

#grid3 {
  grid-column: 2 / span 3;
}

.stats {
  display: grid;
  grid-template-columns:repeat(3, 1fr);
  grid-auto-rows: 70px;
  grid-gap: 1em;
  padding: 1em;
}

.stats div {
  border: #333 1px solid;
  text-align: center;
}

.stats div p{
  padding: 10px;
}

.profile-btn {
  margin: 0 auto;
  padding: 1px;
}

.profile-btn p {
  margin: 0 auto;
  padding: 10px;
}

.profile-btn button {
  display: block;
  margin: 2px auto;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.profile-btn button:hover {
  background-color: #111;
}

.profile-btn-h button:hover {
  background-color: #111;
}

.profile-btn-h {
  margin: 0 auto;
}

.profile-btn-h p {
  margin: 0 auto;
  padding: 10px;
}

.profile-btn-h button {
  display: block;
  margin: 2px auto;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.profile-btn-h button:hover {
  background-color: #111;
}

/*profile img*/
.profile-img {
  display: block;
  padding: 10px;
  width: 250px;
  height: 250px;
  margin: auto;
  border-radius: 100%;
  }

table td {
  text-align: center;
}

.copyright-text {
  text-align: center;
}

/* Nomination Form*/
.nomination-form-wrapper {
  background-color: #fff;
  margin: 0 auto;
}

.nomination-form-container {
  padding-top: 10px;
}

.nomination-form-container p {
  padding-left: 20px;
  padding-bottom: 10px;
}

.nomination-form-container h2 {
  font-family: arial;
  font-size: 40px;
  color: #111;
  line-height: 50px;
  text-align: center;
}

.nomination-form-container h3 {
  font-family: arial;
  font-size: 30px;
  color: #111;
  line-height: 50px;
  text-align: center;
}

.nomination-form-container h4 {
  font-family: arial;
  font-size: 20px;
  color: #111;
  line-height: 50px;
  padding: 2px;
  text-align: center;
}

.nomination-form-container h5 {
  width: 100%;
  background-color: #000;
  font-family: arial;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  padding: 2px;
  text-align: center;
}
.nomination-form-container h6 {
  width: 99.4%;
  background-color: #000;
  font-family: arial;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  padding: 2px;
  text-align: center;
}

.nomination-form {
  text-align: center;
}

.nomination-form input {
  text-align: center;
  width: 50%;
  height: 30px;
  padding: 0px 5%;
  margin-bottom: 4px;
  border: none;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 40px;
}

.nomination-form form {
  padding-bottom: 10px;
}

.nomination-form button {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 40px;
  border: none;
  background-color: #222;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.nomination-form button:hover {
background-color: #111;
}

.nomination-form table  {
  width: 300px;
  margin: 0 auto;
}

.nomination-form p {
  margin: 0 auto;
}

footer {
  align-items: baseline;
  text-align: center;
  background-color: inherit;
}

}
