html{
	height: -webkit-fill-available;
}

body{
	min-height: 100vh;
	min-height: -webkit-fill-available;
}

main{
	display: flex;
	flex-wrap: nowrap;
	height: 100vh;
	height: -webkit-fill-available;
	max-height: 100vh;
	overflow-x: auto;
	overflow-y: hidden;
}

table td.fit,
table th.fit{
	white-space: nowrap;
	width: 1%;
}

#sidebar{
	min-width: 300px;
}

#sidebar a{
	color: #FFF;
	text-decoration: none;
	font-size: 1.2rem;
}

#sidebar a svg{
	margin-right: 5px;
	width: 25px;
}

.content{
	padding: 2rem 0;
	display: flex;
	flex-grow: 1;
	height: 100vh;
	overflow-x: auto;
}

.stat-cell{
	position: relative;
	padding-top: 0.8rem;
	line-height: 1;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-color: rgba(0,0,0,0.125);
}
.stat-cell:first-child{border-left: none;}

.stat-cell label{
	position: absolute;
	top: 0;
	left: 5px;
	line-height: 1;
	font-size: 0.8rem;
	color: #666;
}


.inning-icons{
	font-size: 20px;
}

.bases-container{
	max-width: 70px;
	margin: auto;
	display: inline-block;
}

.balls-container,
.strikes-container,
.outs-container{
	font-size: .7rem;
}