/* Created using: https://cssarrowplease.com/ */

.arrow_box, .arrow_box_end, .arrow_box_tick {
	position: relative;
	background: white;
	border-style: solid;
	border-color: black;
	border-width: 2px 2px 2px 2px;
	font-size: large;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -2px;
	width: 5rem;
	height: 5rem;
	float: left;
	text-align: center;
}

.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 1;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: black;
	border-width: 9px;
	margin-top: -9px;
}

.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-width: 12px;
	margin-top: -12px;
}

.arrow_box:before {
	border-left-color: black;
}

.center {
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.question_mark {
	font-size: 3rem;
}

.which {
	font-weight: bold;
}

.answerinput {font-size:x-large; font-weight:bold; width:60px; border: 1px solid black; text-align: center;}
.colourEasy {background-color: #e5ffe5;}
.colourMedium {background-color: #fff6e5;}
.colourHard {background-color: #ffe5e5;}

@media only screen and (min-width: 800px) {
	.arrow_box, .arrow_box_end, .arrow_box_tick {
		width: 6.5rem;
		height: 6.5rem;
		font-size: x-large;
	}
	.arrow_box:after {
		border-width: 9px;
		margin-top: -9px;
	}
	.arrow_box:before {
		border-width: 12px;
		margin-top: -12px;
	}
}

.arrow_box_tick {
	border-width: 0 0 0 2px;
	font-size: 3rem;
}

.tick_30seconds {color: green;}
.cross_30seconds  {color: red;}