@charset "UTF-8";


html, body {
  margin:0;
  padding:0;
}

body {
    /*background-color: #d0e4fe;*/
  background-color: #e0e0e0;
  /*background-color: white;*/
  padding-bottom: 40px;
}
/*
div {
    border: 2px solid #a1a1a1;
    padding: 10px 10px;
    background: #dddddd;
    width: 300px;
    border-radius: 25px;
}
*/

#dateform p {
    font-family: "Times New Roman";
    font-size: 30px;
}

#seasons {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 94%;
  align: center;
  margin-left: auto;
  margin-right: auto;
  /*margin: 0px 10px 0px 10px;*/
}

#seasons table {
  border-radius: 25px;
}

#seasons td, #seasons th {
  border: 1px solid #ddd;
  padding: 8px;
}

#seasons tr:nth-child(even){background-color: #f2f2f2;}

#seasons tr:hover {background-color: #ccc;}

#seasons th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  /* background-color: #04AA6D; */
  background-color: black;
  color: white;
}

div.nav {
  /* background:  #d0e4fe; */
  background: #ff6600;
  width: none;
  padding: 15px;
  /*     top right bottom left */
  margin: 0px 0px 20px 0px;
}

div.nav a:hover {
  color: #444;
  /*font-weight: bold;*/
}

div.nav a {
  color:black;
  font-family: Verdana, Geneva, sans-serif;
}

div.nav a:link {
  text-decoration: none;
  font-size: 50px;
  color: black;
}

div.nav ul {
  text-align: left;
}

div.nav li {
  display: inline;
  margin: 30px;
  font-color: black;
}

#dateform {
  border: 2px solid #a1a1a1;
  padding: 10px 10px;
  /*background: #dddddd;*/
  background: white;
  width: 40em;
  border-radius: 25px;
  /* margin-left: 4em; */
  margin-left: auto;
  margin-right: auto;
}

#dateform form {
  margin-left: 8em;
}

#dateform input {
  font-size: 30px;
}

div.footer {
  /* position: fixed; */
  bottom: 0px;
	text-align: center;
  width: 100%;
  /* width: 100%; */
  /* height: 80px; */
}
/*
div.footer div {
  position: absolute;
  bottom: 5px;
  background-color: green;
}
*/
