[v-cloak], .hidden {
  display: none;
}

body > .container {
  padding: 90px 15px 0;
}

.text-center {
	text-align: center;
}

.display-block {
	display: block;
}

#controls, #endControl {
	text-align: center;
	margin-top: 60px;
	border: 1px solid silver;
	padding: 20px;
	border-radius: 10px;
	background: #f4f4f4;
}

tr.wrongAnswer td {
    background: #ffdfdf;
}

tr.correctAnswer td {
   background: #ceffd3;
}

.bg-round-break {
	background: #d5f4ff!important;
}

.bg-quiz-end {
	background: #ff3e51!important;
}

body.rowSorter #unaskedQs tr {
   cursor: pointer;
}

.mBottom {
	margin-bottom: 10px;
}

.fakeLink {
	color: #007bff;
	text-decoration: none;
	cursor: pointer;
}

.fakeLink:hover {
	color: #0056b3;
	text-decoration: underline;
	cursor: pointer;
}

.floatRight {
	float: right;
}