.showPage{
  display:block
}

.hidePage{
  display:none;
}

.questionPopUp{
	display:none;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin-top: 11px;
    color: #565656;
    font-weight: 700;
    line-height: 26px;
    background-color: #FFF;
    padding: 10px;
    list-style: none;
}