/* Smartphones (portrait and landscape) */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	ul.hi_res-links li a span {
        max-width: 65%;
    }

}

@media only screen (min-width: 481px) {
    ul.hi_res-links li a span {
        max-width: 50%;
    }
}

@media(max-width:767px) {
	/* sec filings filing type link color */
	table.wd_sec_filings td.wd_filing_type {
		color: #0066CC;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Android, remove default orange highlight on touch */
	}
}

/* Smartphones (landscape) */
@media only screen 
and (min-width : 321px) {

}

/* Smartphones (portrait) */
@media only screen 
and (max-width : 320px) {

}

/* iPads (portrait and landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

}

/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}

/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}

/* Desktops and laptops */
@media only screen 
and (min-width : 1224px) {

}

/* Large screens */
@media only screen 
and (min-width : 1824px) {

}

/* iPhone 4 */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

}

