@charset "UTF-8";
/* CSS Document */


#file-download ul li a {
	font-size: 15px;
	color: #673B19;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #683C19;
	width: 100%;
	float: left;
	text-decoration: underline;
}


.file-download2 ul li a {
	font-size: 15px;
	color: #673B19;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #683C19;
	width: 100%;
	float: left;
	text-decoration: underline;
}


.post-password-form {
	float:left;
	margin-top:20px;
	margin-left:20px;
}

.post-password-form p {
	margin-bottom:20px
}



@media only screen and (min-width: 481px) {

.post-password-form {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 74.3589%;
	display: block;
}

	
}


@media only screen and (min-width: 1000px) {
	
.post-password-form {
	clear: none;
float: left;
margin-left: 1.6949%;
width: 74.5762%;
display: block;
}

}