.ipa {
	color: rgba(255,255,255,1);
	white-space: pre;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	line-height: 175%;
	width: 100%;
	padding-right: 2px;
	padding-top: 20px;
	padding-bottom: 20px;
}

dd {
	display: block;
	position: fixed; top: 10px; right: 10px;
	border: ridge;
	border-width: 4px;
	border-radius: 11px;
	border-color: rgba(193,79,30,1);
	box-shadow: 0 0 0 1px rgba(50,50,50,0.75), 0 0 5px 5px rgba(50,50,50,0.75);
	background-color: rgba(255,255,255,1);
	text-align: justify;
	width: 25%;
	height: auto;
	padding: 6px 15px;
	z-index: 110;
	padding-block-end: 45px;
}

blockquote {
	margin: 6px 15px;
	text-align: left;
}

.nav {
	position: absolute;
	background-color: transparent;
	border: none;
	color: rgba(227,101,40,1);
	font-family: sans-serif;
	line-height: 84.78%;
	padding-bottom: 1px;
	width: 37px;
	height: 35px;
}

.nav_c {
	bottom: 5px;
	right: -5px;
	font-size: 25px;
	text-align: center;
	width: 100%;
	height: 30px;
	padding-top: 0px;
	margin-top: 0px;
}

.nav_cc {
	cursor: pointer;
}

.nav_x {
	bottom: 3px;
	right: 1px;
	font-size: 20px;
	cursor: pointer;
}

