.afa-attachment-wrap {
    padding: 12px 12px 12px 70px;
    background-repeat: no-repeat;
    background-color: #f5f4f4;
    background-position: 10px 15px;
    border: 2px dashed;
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.3s all;
	clear: both;
	-webkit-font-smoothing: antialiased;
    margin: 20px 0 30px;
}

.afa-attachment-wrap:hover {
    background-color: #f2f9f0;
}

.main_color .afa-attachment-title {
    font-weight: 700;
	color:#55606e;
	font-size: 15px;
	display: block;
	clear:both;
}

a.afa-file-download {
	text-decoration: underline !important;
	font-size: 13.5px;
}

.afa-attachment-size {
    font-size: 10px;
	display: block;
	clear: both;
	text-decoration: none !important
}