table#game-score th, table#game-score td {
	vertical-align: middle;
	}
table.player-score td.v-line {
	background-color: #fffaf0;
	}
#total-score-home,
#total-score-away {
	font-size: 1.2em;
	font-weight: bold;
	}

.h-edit {
	width: 7em;
	}
.h-side {
	width: 4em;
	}
.h-times {
	width: 5em;
	}
.h-coat {
	width: 2em;
	}
.h-teams {
	min-width: 6rem;
	white-space: nowrap;
	}
.h-score {
	width: 4em;
	}
span.pod-data {
	position: absolute;
	right: 10px;
	}
	span.pod-data a {
		margin-right: 1em;
		}

input.w-score {
	width: 2em;
	text-align: center;
	}
input.w-guest {
	width: 8em;
	}
input.total-score {
	text-align: center;
	}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}