/* Eagle magazine listings */

.ss-eaglemag #ssnav .ss-resources-eaglemag a {
  color: #101820;
  border-bottom: 1px dotted !important;
}

#emlist>ol {
    display:				flex;
	justify-content:		flex-start;
	align-items:			flex-start;
	flex-wrap:				wrap;
	margin:					1rem 0;
}

#emlist>ol li {
	margin-bottom:		1rem;
	margin-right:		3.9%;
    width:				21%;
}
			
@media (min-width: 576px) {
    #emlist>ol li {
	    width:			15%;
	    margin-right:	1.6%;
    }
}
			
@media (min-width: 768px) {
    #emlist>ol li {
		width:			15%;
	}
}
	
@media (min-width: 992px) {
    #emlist>ol li {
		width:			12.5%;
	 	margin-right:	1.7%;
	}
}

@media (min-width: 1200px) {
    #emlist>ol li {
		width:			10.5%;
		margin-right:	1.9%;
	}
}

@media (min-width: 1500px) {
    #emlist>ol li {
		width:			8.5%;
		margin-right:	1.45%
	}
}

#emlist p {
	font-size:				.875rem;
	text-align:				center;
	margin-bottom:			0;
}

#emlist figure {
	margin-bottom:			.25rem;
	border:					1px solid #ccc;
}
	
#emlist figure img {
	width:				100%;
	height:				auto;
}

#emlist .emlinks a {
	padding:					0 .25rem;
	display:					inline-block;
	margin-bottom:				.25rem;
}
	
#emlist .emlinks a:link,
#emlist .emlinks a:visited {
	border-bottom-width:	0;
	text-decoration:		underline;
}
