body {
margin:0;
padding:0;
}


.fullWidth{
width: 100%;
margin:0;
padding:0;
}


.question{
	background-color: #EEE;
	padding: 10px;
	margin-top: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.question h6{	
	margin: 5px;
	padding: 0;
	-webkit-margin-before: 0;
}

.question h6 p{
	margin: 0;
	padding: 0;
}
	
.solution{
	padding: 10px;
	margin-top: 0px;
	border: 2px solid #EEE;
	background-color: #FDFDFF;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.solution h6{
	padding: 10px;
	margin: 5px;
	padding: 0;
	-webkit-margin-before: 0;
}

.solution h6 p{
	margin: 0;
	padding: 0;
}

.figure {
	text-align: center;
	width:100%;
}

.figure img{
	max-width: 90%;
}

.caption {
	display:none;
}

.toc {
	display:table;
	border-radius: 5px;
	background-color: #EEE;
}

.spanul {
	list-style-type: none;
	list-style-image: none;
	text-indent: -1.2;
}
.spanli {
	display: list-item;
	margin-left: 0.5em%;
	line-height: 1.25em;
}
.spanli2 {
	display: list-item;
 	margin-left: 1.3em;
	line-height: 1.25em;
}
.toc p {
	padding-top: 0.25em;
    padding-bottom: 0.25em;
    margin: 0px;

}
#mastoc_mobile_menu {
	margin-bottom: 8px;
}
#toctitle {
	line-height: 40px;
	text-align:center;
	font-weight: bold;
	font-size: 1.3em;
}
#toccontent {
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	color: #003965;
	display: block;
}
#toccontent a {
	font-family: BariolRegular;
	text-decoration: none;
}
#toccontent a:visited {
	color: #015a9e;
}

input:checked + .mastoc_mobile_toggle {
	background-image: url(/ask/assets/graphics/layout/icon-close.svg);
}

input:checked ~ #mastoc_mobile_menu {
	display: block; 
}

#toccontent input {
	display:none;
}

.mastoc_mobile_toggle {
	display: none;
}
@media (max-width: 1023px){
	#toc{
		width: 100%;
	}
	#mastoc_mobile_menu {
    		display: none;
	}
	.spanli {
    		line-height: 1.5em;
	}
	.spanli2 {
    		line-height: 1.5em;
	}

	.mastoc_mobile_toggle {
		display: inline-block;
		background-image: url(/ask/assets/graphics/layout/icon-menu.svg);
		background-size: 15px;
		float: right;
		margin-top: 4px;
		text-indent: -10000px;
		width: 30px;
		height: 30px;
		border: 1px solid #999999;
		border-radius: 15px;
		background-repeat: no-repeat;
		background-position: center center;
	}
}
