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

body {
	font-size:14px;
    line-height: 20px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}


a{
	color:#fe0000;
}
a:hover{
	color:#282828;
	text-decoration:none;
	outline:none;
}
a:focus, a.active, a:visited{
	outline:none;
}
.pd-wrap{
	float:left;
	width:100%;
}
.pd-pdf-cont{
	float:left;
	width:100%;
	border-bottom:1px solid #c0c0c0;
	margin-bottom:30px;
	padding-bottom:30px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}

.pd-cover{
	float:left;
	width:200px;
	height:285px;
	margin-right:30px;
	border:1px solid #c0c0c0;
}

.pd-r-cont-wrap{
	float:left;
	width:70%;
}

.pd-title{
	float:left;
	width:100%;
	text-align:left;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:20px;
	
}
.dv-buttons{
	float:left;
	width:100%;
	text-align:left;
}

.dv-buttons a{
	display:flex;
	align-items:center;
	margin-right:15px;
	 
}
.dv-buttons a:last-child{
	margin-right:0;
}

.pd-download:before{
	content:'';
	display:inline-block;
	width:28px;
	height:28px;
	margin-right:10px;
	background:url(../images/iconDownloadHover.png) no-repeat;
	background-position:center center;
	background-size:contain;
	
}

.pd-download:hover:before{
	content:'';
	display:inline-block;
	width:28px;
	height:28px;
	margin-right:10px;
	background:url(../images/iconDownload.png) no-repeat;
	background-position:center center;
	background-size:contain;
	
}

.pd-view:before{
	content:'';
	display:inline-block;
	width:28px;
	height:28px;
	margin-right:10px;
	background:url(../images/iconViewHover.png) no-repeat;
	background-position:center center;
	background-size:contain;
}

.pd-view:hover:before{
	content:'';
	display:inline-block;
	width:28px;
	height:28px;
	margin-right:10px;
	background:url(../images/iconView.png) no-repeat;
	background-position:center center;
	background-size:contain;
}


@media(max-width:767px){
	
	.pd-cover{
		margin-bottom:30px;
	}
}
