/*#lessonBodyWrapper .topNav a {
	border-radius: 0 !important;
	height:auto !important;
	line-height:auto !important;
	width:auto !important;
	padding:10px !important;
}
#lessonBodyWrapper .topNav .uiCycleNav {
	height: auto !important;
}
#lessonBodyWrapper .topNav{
	height:100px !important;
}*/
#lessonBodyWrapper .topNav a{
	box-sizing: initial !important; /*numbers weren't centering in the circle*/
}
.moreQuestionText{
	padding-bottom: 50px;
}
#lessonBodyWrapper button.actionLeft:before{
    content: '<';
}
#lessonBodyWrapper button.actionRight:before{
    content: '>';
}
#lessonBodyWrapper button.actionLeft:before, #lessonBodyWrapper button.actionRight:before {
    color: #009ed0;
    font-size: 30px;
    font-family: 'fontello';
	font-weight:bold;
    line-height: 68px;
    text-align: center;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}
#lessonBodyWrapper button.actionLeft, #lessonBodyWrapper button.actionRight {
    margin-top: -35px;
    width: 35px;
    height: 70px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
	background-color:#fff
}
#lessonBodyWrapper button.actionLeft:hover, #lessonBodyWrapper button.actionRight:hover{
    border-color: transparent;
    background-color: #009ed0;
}
#lessonBodyWrapper button.actionLeft:hover:before, #lessonBodyWrapper button.actionRight:hover:before {
	    color: #fff  !important;
}
.divAnswerSummary{
	padding-bottom:50px;
}
/**re-apply the single-post-nav styles to override "lessonBodyWrapper answer a" styles**/
#lessonBodyWrapper .single-post-nav a:link, #lessonBodyWrapper .single-post-nav a:active, #lessonBodyWrapper .single-post-nav a:visited{
	text-decoration: none;
	color: #5b5e60;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
}
#lessonBodyWrapper .single-post-nav a:hover{
	text-decoration: none;
	color: #05396B;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;	
}
