@charset "utf-8";
h4{
		max-width: 750px;
		text-align: center;
		margin: 0 auto;
		
	}
.quiz-wrapper {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 750px;
/*  height: 450px;*/
  }
p.question-description {
  background: #272727;
  background: #438E86;
  color: white;
  padding: 25px 20px;
	margin-top: 10px;
}
ul.options {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    list-style: none;
    border: 1px solid #438E86;
    text-align: center;
    padding: 0;
    margin: 0;
  }
li {
  border: 1px solid transparent;
  padding: 6px 8px;
    }
	ol li{
		text-align: left
	}
li.title {
  background: #438E86;
  color: white;
}
li.option { 
  display: block;
  position: relative;
  z-index: 50;
/*  font-size: 13px;*/

	background: white;
	color: #48948A;
    padding: 5px;
    border: 1px solid lightgray;
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.answers {
  display: inline-block;
  width: 500px;
/*  font-size: 13px;*/
  line-height: 20px;
	text-align: 
}
.answers ol{
/*	align-content: left;*/
	list-style-type: none;
	margin-left: 0;
	
} 
.center{
	text-align: center;
}

.target {
 display: inline-block;
  width: 160px;
  background: lightgray;
  margin: 1px 3px;
	padding-top: 9px;
  text-align:center;
}
  button[type="submit"] {
    display:block;
    position: relative;
    margin:10px auto;
    padding: 10px;
    background: #19286C;
    border: none;
    color: white;
    font-size: 16px;
  }

.lightbox-bg {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba( 0,0,0,.7 );
}
.status {
  display: none;
  position: absolute;
  z-index: 110;
  text-align:center;
  width: 80%;
  top: 220px;
  left: 47px;
}  


