@charset "utf-8";
/* CSS Document */
h4
{
	font-family: "Montserrat";
	font-weight: bold;
}

.table, .modal-body, ol li
{
	font-size: 1.2em;
}

.table .hintBtn
{
	margin-top: 10px;
}

.table .hint, .answer
{
	margin-top: 10px !important;
	font-weight: bold !important;
	color: rgb(12,5,52) !important;
}

.text-entry 
{
    min-height: 50px;
	padding: 10px;
	border: 2px solid #0c0534;
	background: #f3f3f3;
	border-radius: 6px;
}

.answer-entry 
{
	margin: 20px 0px;
}

.answer 
{
	margin-top: 10px;
}

#jump {
	width:35%; display:inline-block; position:relative; top:5px
}


@media only screen and (max-width:1200px){
	
	#jump {width:44%}
}

@media only screen and (max-width:992px){
	#jump {width:60%}
}
