#lean_overlay {
  position: fixed;
  z-index:10000;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background: #000;
  display: none;
}

.survey-test,
.survey-message {
	top: 20px !important;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 90%;
  max-width: 800px;
  height: 100%;
  overflow: auto;
}

.survey-test-inner,
.survey-message-inner {
  background-color: white;
  height: auto;
  border: 1px solid #cccccc;
  padding: 40px;
  margin: 0 auto;
}

.modal-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 8px;
  color: #fff;
  color: #666;
  font-size: 20px;
  line-height: 20px;
}

@media screen and (max-width: 48em) {
  .answer {
    display: block;
  }
}

.progress-wrapper {
	background-color: #f5f5f5;
	width:100%;
	height: auto;
	margin-bottom: 10px;
}

.progress-wrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.progress-wrapper > ul > li {
	width: 10%;
	height: auto;
	margin: 0px;
	text-align: center;
	color: #d8d8d8;
	float: left;
	display: block;
	line-height: 36px;
	border-left: 1px solid #ffffff;
}

.progress-wrapper > ul > li:first-child {
	border: none;
}

.progress-wrapper > ul > li.active {
	background-color: #ffcc00;
	color: #fff;
}