/* Welcome to Compass. In this file you should write your main styles. (or centralize your imports) Import this file using the following HTML or equivalent: <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */


article label, .duarte-quiz-nav .finish { display: block; color: #000066; background-color: #e1edf2; padding: 0.4em 1.3em; line-height: 2; font-size: 14px; font-weight: bold; cursor: pointer; border: 0; }

.duarte-quiz-nav { width: 100%; background-color: white; padding: 20px; -webkit-user-select: none; -moz-user-select: none; user-select: none; float: left; top: 1px; left: 0; background-color: rgba(255, 255, 255, 0.8); }
.duarte-quiz-nav .prev, .duarte-quiz-nav .next { display: none; }
.duarte-quiz-nav .finish { padding-left: 3em; padding-right: 3em; float: right; background-color: #003399; color: white; }
.duarte-quiz-nav .finish:hover { background-color: #5a594e; }
