section.attachments ul li{
	cursor:pointer;
	border-bottom:solid 1px #eee;
	padding:1.5em;
	margin:0 !important;
}

section.attachments ul li:first-child{
	border-top:solid 1px #eee;
}

section.attachments ul li:hover{
	background-color:#fafafa;
}

@media only screen and (max-width: 1023px){
	div#popup-iframe {
		width: auto !important;
		margin-left: 0 !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		border-radius:0 !important;
	}
}

@media (orientation: landscape) and (max-device-width: 1024px ) {
	div#popup-iframe {
		width: auto !important;
		margin-left: 0 !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		border-radius:0 !important;
	}
	
}