body {
  font-family: 'Lato', sans-serif;
}

#container {
  margin:auto;
  width: 1000px;
}

h2 {
  margin: 0em 0em 0.2em 0em;
}

.module {
  margin: 1em 0em;
  padding:30px;
  border: 0.5px solid grey;
  border-radius: 10px;
}

th, td {
  border-bottom: 1px solid #ddd;
  padding: 0.8em;
}

th {
  color: #011f4b;
}

tr:hover {
  background-color: #f5f5f5;
}

.completed {
  background-color: #80c904;
}

#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#nav li {
  float: left;
  margin: 0em 0.5em 0em 0em;
  padding: 0.3em 0.6em;
  background-color: #03396c;
  /*border-radius: 7px;*/
}

#nav a {
  text-decoration: none;
  color: white;
}

#nav .active {
  background-color: #005b96;
}

input[type=submit], input[type=button] {
  font-weight: bold;
  background-color: #005b96;
  border: none;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

.delete {
  background-color: #cd2626 !important;
}

input[type=submit]:disabled {
  background-color: #6497b1;
  cursor: auto;
}

#updates p {
  color: #005b96;
  font-style: italic;
}
