.card-panel {
	padding: 5px 15px;
}
.score {
	font-size: 32px;
}
#clue {
	font-size: 32px;
	padding: 5px 10px;
	text-align: center;
}
#words {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px auto;
}
#words .char {
	border-bottom: 2px solid #333;
	font-size: 52px;
	width: 1em;
	line-height: 1.2;
	height: 1.2em;
	margin-right: 5px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: bottom;
}
#words .word {
	margin-right: 60px;
	margin-bottom: 10px;
}
#letters {
	margin-bottom: 30px;
}
#letters .btn {
	margin: 0 5px 5px 0;
}
#preloader {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

#edit-score input{
	width: 222px;
	font-size: 24px;
}
table.num-pad{
	width: auto;
	margin: auto;
}
table.num-pad td{
	padding: 2px;
}
table.num-pad td button{
	width: 70px;
}
.teams .answer {
	height: 2em;
	font-size: 36px;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.main {
	flex: 1 0 auto;
}
footer {
	margin-bottom: 15px;
}
#el-fin h2 {
	margin-bottom: 0;
}

#toast-container {
	top: 5%;
	right: 5%;
}