div.list-table dd a {
    text-decoration: underline;
}

a.btn.btn--primary.btn--arrow.openPopup.commonRisk {
    padding: 19px 77px 21px 72px;
}

@media only screen and (max-width: 759px) {
	    /* CPN should not show on handhelds */
    #hdr-glblalc {
    	display: none;
    }
}

@media only screen and (min-width: 1000px) {
    /* patching existing properties */
    .list-table h4 {
        line-height: 1.6em;
        padding: 36px 90px 36px 31px;
    }
}