body {
  background-image: url('img/grass.jpg');
  color: white;
  font-size: larger;
}

a {
  color: antiquewhite;
}

#flags {
  width: 32px;
  height: 32px;
}

table {
  font-size: larger;
  width: 100%;
  background: rgba(0,50,0,40%);
}

form {
  margin-bottom: 3px;
}

button, select {
  border-radius: 5px;
  height: 30px;
}

button:hover {
  background-color: #CCCCCC;
}

input {
  border-radius: 5px;
  height: 30px;
}

th {
  text-decoration:underline;
}

td {
  padding: 5px;
}

#teamentry {
  width: 32px;
}
