.yw-test{
	font-size: 19px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
    box-shadow: 0 0 15px rgba(0,0,0,.2);
	color: #555555;
    background: #ffffff;
}
.yw-test .rcl-notice__title {
    text-align: center;
	border-bottom: 2px solid #e2e23f;
}
.yw-test .rcl-notice__text {
    text-align: left;
}
#yw-test-optimizer .fa-thumbs-up {
    font-size: 20px;
	color: #e2e23f;
	padding: 5px;
}
#yw-test-optimizer .fa-thumbs-down {
    font-size: 20px;
	color: #F44336;
	padding: 5px;
}
.yw-test-opt {
    font-size: 20px;
	margin-bottom: 10px;
	background: #f3f4f4;
	border-bottom: 2px solid #dddede;
}
.yw-test-opt p{
    padding: 0 0 0 32px;
}
.yw-test-opt-up{
	background: #fff;
}
.yw-test-opt-down{
	background: #f3f4f4;
}
.yw-test {
	display: none;
}
.progress {
  background: #f3f4f4;
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 15px;
  width: 100%;
}

.progress-value {
  animation: load 3s normal forwards;
  box-shadow: 0 10px 40px -10px #f3f4f4;
  border-radius: 5px;
  background: #3f8dbb;
  height: 10px;
  width: 0;
}

@keyframes load {
  0% { width: 0; }
  100% { width: 100%; }
}