.shortcode {
	.countdown-shortcode.block { text-align: center; width: 80%; }

	/* todo: at some point remove the fp-scores reference */
	.fp-scores, /* deprecated: fp-scores was renamed to fp-match-scores since 2.10.0 */
	.fp-match-scores {
		.not-a-valid-prediction span {
			display: none;
		}
		.score.both span.user-score {
			vertical-align: super;
			font-size: 80%;
		}
	}

	.fp-question-scores {
		.question {
			.question-id {
				display: none;
			}

			.question-nr {
				&:before {
					content: "Q ";
				}
			}
		}

		tr.question-text {
			display: none;
		}
	}
}