/*****************************
********* TOGGLE *************
******************************/

div.toggle {
	border:1px solid;
	border-radius: 2px;
	margin-top: 15px;
	margin-bottom: 15px;

}
 .pdf-logo{
 	float: left;
 	margin-right: 15px;
 	margin-left: 15px;
 }

div.toggle div.title {
	padding: 10px;
	border: 0px solid;
	cursor: pointer;
	font-weight: 400;
	font-size: 1.4em;
}

div.toggle div.title i.arrow{
	margin-top: 5px;
	color: #666;
}

div.toggle div.content { display: none;}
div.toggle div.content a {
	width: 100%;
	border: 0px;
	padding: 10px;
	display: block;
	font-weight: 600;
	color: black;
	border-bottom: 1px solid black;
	padding-bottom: 15px;
}
div.toggle div.content a:hover {
	background-color: #f1f1f1;
}