﻿#scoresheet #header .col {
	text-align: center;
	white-space: nowrap;
	margin-top: 10px;
}

#scoresheet #header .score {
	margin-top: 8px;
}

#scoresheet #header .score input {
	width: 10%;
	text-align: center;
}

#scoresheet #header label {
	margin-right: 10px;
}

#rosters .score input {
	min-width: 70px;
	font-size: 30px;
	font-weight: bold;
}

#rosters .table-responsive {
	overflow: visible;
}

#rosters .editor .dropdown-menu {
	overflow-y: auto;
	max-height: 250px;
}

#boxscore #officials .form-inline {
	margin-bottom: 5px;
}

#boxscore th,
#boxscore td  {
	white-space: nowrap;
}

#boxscore #shots {
	width: 30%;
	float: left;
	margin-right: 40px;
}

#boxscore #shots td {
	text-align: center;
}

#boxscore #timeouts {
	width: 20%;
}

#boxscore .section.shootouts table {
	width: 50%;
}

#boxscore .section.penalties .table {
	width: 75%;
}

#boxscore .section.scoring .table tbody tr td,
#boxscore .section.penalties .table tbody tr td,
#boxscore .section.shootouts .table tbody tr td {
	vertical-align: middle;
}

#boxscore #shots input:not(.name) {
	width: 40px;
	text-align: center;
}

#boxscore .scoringType input {
	width: auto;
}

#boxscore .scoringType span {
	margin-right: 10px;
}

#boxscore .section {
	margin-top: 20px;
	margin-bottom: 30px;
}

#boxscore .section table {
	margin-bottom: 0px;
}

#boxscore #notes label {
	display: block;
}

#boxscore #notes textarea {
	width: 50%;
}

#boxscore .editor .name {
	display: block;
}



/*#boxscore input:not(.name) {
	width: 40px;
	text-align: center;
}*/