.csi-productPickerWrapper section{
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		text-align:center;
		justify-content:center;
	}
	.csi-productPickerWrapper section .product{
		padding: 10px;
		border-radius: 10px;
		background: gray;
		min-height: 25px;
		text-align: center;
		margin: 5px;
	}
	.csi-productPickerWrapper section .product>a{
		color:white;
		text-decoration:none;
	}
	.csi-productPickerWrapper .content-questions a.answer{
		text-align:center;
		border:1px solid black;
		background:white;
		border-radius:20px;
		padding: 10px 25px;
		display:block;
		margin: 10px auto;
		cursor:pointer;
		max-width:200px;
	}
	.csi-productPickerWrapper #answer-trail, .product-suggestion, .start-over{
		flex-grow:1;
		width:100%;
	}
	.csi-productPickerWrapper section .product p{
		display:none;
	}
	.csi-productPickerWrapper section .product h3{
		margin: 0;
	}
	.csi-productPickerWrapper .content-questions .question{
		display:none;
		width:100%;
		flex-grow:1;
	}
	.csi-productPickerWrapper .content-questions .question.question-1{
		display:block;
	}
	.csi-productPickerWrapper .default, .csi-productPickerWrapper .product-suggestion, .csi-productPickerWrapper .start-over, #answer-trail{
		display:none;
	}
	.csi-productPickerWrapper .csi-productPickerWrapper .content-questions .question h3 {
		background: transparent;
		position: relative;
		max-width: 100%;
		text-align: center;
		line-height:1.5rem;
	}
	.csi-productPickerWrapper .survey-tracker{
		width:100%;
	}