/* Interwiki inclusion modifications */
.wikipedia-excerpt .infobox,.navigation-not-searchable {
display:none;
}
.wikipedia-excerpt .mw-references-wrap {
height:0;
overflow:hidden;
margin-top:0;
}
/* Limit paragraphs class number */
.wikipedia-excerpt p {
display:none;
}
.wikipedia-excerpt p:nth-of-type(1) {
display:block;
}