ol {
	list-style: decimal inside;
	padding-inline-start: 0;
}

ul {
	padding-inline-start: 1.2em;
}

li {
	padding-bottom: 0.7em;
}

#beans {
  padding-bottom: 0;
}

/* Lines below: for the ping pong scoreboard */

th, td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

th {
	background-color: #a0a0a0;
	color: white;
}

tr:nth-child(even) {background-color: #f2f2f2;}

#nickScore {
  color: #000090;
}

#igorScore {
  color: #AF0000;
}
