/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#continue_to_quiz_link{
	background-color: #0e86d4 !important;
    color: #fff;
	padding:12px;
	border-radius:20px;
	cursor: pointer;
	font-family: inherit;
	font-size: 1.05em;
	font-weight: 800;
	line-height: 1.25em;
}
#continue_to_quiz_link .ld-icon{
	padding-left: 10px;
}