/* KR localnav */
.localnav-link { font-size : 14px; }
@media only screen and (max-device-width: 767px) and (max-width: 767px) {
    .localnav-link {
    	line-height: 1.5999;
	}
}

/* KR */
p, h1, h2, h3, li { word-break: keep-all; }

/* osx page for iE */
.page-overview .section-continuity .continuity-image { *margin-left: -200px; }

/* KR specific, Chrome wrapping */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.nowrap.chrfix:before {
		content: ",";
		color: transparent;
		text-indent: -9999px;
	}
}
.linebreak { width: 310px; }

.icon-more:after, .more:after {
  top: -2px;
}