/*----------REPORT----------*/

#report {
	overflow : hidden;
	width : 92%;
	margin : 0 auto 8% auto;
	background : #e6e6e6;
	border-radius : 12px;
}

#report dl {
	margin : 6% 7% 7% 7%;
}

#report dl dt {
	margin-bottom : 4%;
	font-size : 130%;
	font-weight : 600;
	text-align : center;
    line-height : 1.7em;
}

#report dl dt span {
	display : block;
	margin : 0 30% 3px 30%;
	padding : 1px 0 2px 0;
	font-size : 76%;
	color : #ffffff;
	background : #444444;
	border-radius : 30px;
}

#report dl dd {
	line-height : 1.5em;
}

#report dl dd p {
	margin-top : 7%;
	text-align : center;
	font-size : 90%;
	line-height : 1.8em;
}

#report dl dd p span {
	display : block;
	font-size : 140%;
	font-weight : 600;
}

#report dl dd p a {
	display : block;
	margin : 0 4px 4px 0;
	padding : 20px 0 18px 0;
	color : #ffffff;
	background : #69a52d;
	border-radius : 12px;
	text-decoration : none;
	box-shadow : 4px 4px #c8c8c8;
}

.thumbnail {
	width : 100%;
	background-size : cover;
	background-position : center center;
	padding-top : 230px;
	border-top-left-radius : 10px;
	border-top-right-radius : 10px;
}

/*----------DOCUMENT----------*/

p#dindex {
	margin : 0 6% 7% 6%;
	line-height : 1.6em;
}

ul#dlink {
	list-style : none;
	overflow : hidden;
	width : 88%;
	margin : 0 auto 5% auto;
	font-size : 110%;
    font-weight : 600;
}

ul#dlink li {
	width : 80%;
	margin : 0 auto 6% auto;
	line-height : 1.3em;
	text-align : center;
}

ul#dlink li a {
	display : block;
	margin : 0 3px 3px 0;
	padding : 16px 10px 16px 10px;
	color : #ffffff;
	background : #057dc3;
	text-decoration : none;
	border-radius : 36px;
	box-shadow : 3px 3px #d2d2d2;
}

ul#dlink li span {
	display : block;
}