.card-panel {
	padding: 5px 15px;
}
.score {
	font-size: 40px;
}
.question {
	border: 1px solid #ccc;
	width: 168px;
	height: 168px;
	border-radius: 5px;
	margin: 5px;
	float: left;
	cursor: pointer;
	position: relative;
	text-align: center;
}
.question img {
	max-width: 100%;
}
.question .number {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #000;
	font-size: 36px;
}
.question .score {
	font-size: 80px;
	line-height: 145px;
	color: #03F;
}
#preloader {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

#edit-score input{
	width: 222px;
	font-size: 30px;
}
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;
}