/* Qarpa
 Copyright 2011 All rights reserved
 Qarpa Solutions BV
 info@qarpa.nl
 http://qarpa.nl
 08 December 2014 
   */
/* CSS global reset for all browsers */ 
* {
	padding: 0;
	margin: 0;
	}

/* #######################  GENERAL SETTINGS ############################ */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
	color: #404040;
	}


/*  Global Formatting */
h1 {font-size:16px;font-weight: 900; text-transform:uppercase;}
h2 {font-size:18px;font-weight: 900; color: #498d49;}
h3 {font-size:14px;font-weight: 900;}
h4 {font-size:18px;font-weight: 900;margin-bottom: 10px;}
h5 {font-size:14px;font-weight: 900;color: #154273;}
h6 {font-size:11px;font-weight: 900;}
td{font-size: 12px;color: #006bb0;}
th{font-size: 12px;color: #006bb0;}
a {color: #000;}
a:hover {color: #000; text-decoration:none}
a:visited {color: #000;}
a.image, a.image:hover  {border:0;}
p {margin: 0 0 9px;}

li
{
/* line-height: 14px; */
padding-left: 0px;
padding-top: 0px;
background-repeat: no-repeat;
background-position: 0px 2px;
}

ul { list-style: round; padding-left: 15px;}

ol { padding-left: 23px;}

input[type=submit] {-webkit-appearance: none;}

/* #######################  END GENERAL SETTINGS ############################ */


.container {
	background: url('bg1-cjv.png') no-repeat 0 0;
	margin: 0 auto;
	width: 400px;
	}

/* ######################  LAYOUT SETTINGS       ############################## */

#quizzy {
	background: none;
	}

#quizzy_c {
    margin-top: 70px;
	}

.quizzy_q_body {
    padding: 150px 45px 180px 25px;
    font-size: 24px;
	text-align: center;
	color: #fff;
	width: 330px;
	height: 15px;
	}

.quizzy_q_body img {
    float: none;
	}

.quizzy_load_body {
    padding: 130px 45px 105px 25px;
	color: #fff;
	font-size: 18px;
	position: relative;
	height: 140px;
    overflow: hidden;
	visibility: hidden;
	}

#quizzy_load h1 {
    margin: -130px 2px 130px;
    color: #404040;
	}

.quizzy_load_foot input {
    margin-right: 25px;
    font-size: 20px;
    background: none;
    border: none;
    color: #fff;
	visibility: hidden;
	}

.quizzy_load_foot {
    bottom: 20px;
	}

.quizzy_quiz_desc {
	display: none !important;
	}

.quizzy_q_opts {
    margin-left: 75px;
	}

.quizzy_q_opt {
    margin-left: 15px !important;
	}

.quizzy_q_foot input {
    background: #ff9000;
	border: none;
    margin-top: 50px;
    margin-left: 13px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	}

.quizzy_result h1 {
	display: none;
	}

.quizzy_result {
	padding: 150px 45px 0 25px;
    font-size: 24px;
	text-align: center;
	color: #fff;
	width: 330px;
	height: 15px;
	}

.quizzy_result p {
    height: 240px;
	}
	


/* #######################  END LAYOUT SETTINGS ############################ */