/* <pre> */

/* pre */

pre { overflow: auto; }

/*** Bold 'edit this page' link to encourage newcomers ***/

#ca-edit a { 
    font-weight: bold !important; 
}

/* hide the serial commas and gender abbreviation periods */

.serial-comma, .gender-period {
        display: none
}

/* This page comes from http://en.wikipedia.org/wiki/MediaWiki:Common.css <nowiki> */

/* Coloured watchlist numbers */
.mw-plusminus-pos {
  color: #006400; /* darkgreen */
}

/* .mw-plusminus-null currently at developer default */

.mw-plusminus-neg {
  color: #8B0000; /* darkred */
}

.dablink {
  font-style:italic;
  padding-left:2em;
}

/* "m" and "N" less striking */
#p-cactions { left: 11.5em !important; }

.newpage {color:green; font-weight:bold;}
.minoredit {color:gray;}
.minor {color:gray;}

/* Style [[Project:Language select]] widget */
.lang_info {font-size:8pt;text-align:right;margin-bottom:0.5em;margin-right:0.5em;}
    .lang_info a {font-weight:bold;font-family:Arial,
      sans-serif;font-size:8pt;}
    .lang_info input {font-size:8pt;}
    .lang_info input.ls_select {font-weight:bold;}

/* Disable grey background when code is used in a header */
h2 code, h3 code, h4 code, h5 code, h6 code {background:none;}
/* Some monospace fonts are too light in comparison to surrounding heading text, give them a nudge */
h2 code {font-weight:bold;}

/* hide heading for Main Page */

BODY.page-TranslateWiki_Main_Page H1.firstHeading {
    display: none;
  }

BODY.page-TranslateWiki_Main_Page #contentSub {
    display: none;
  }

/* Remove "Send this article to a friend" */

#sendtofriedbox {
	display: none;
}

/* Default class for "Template:Trans/..." This is used on many pages! */

.transtable {
	width: 100%;
	border: 1px solid #aaaaaa;
	background: #FFFFE0;
	cellspacing: 3;
	margin: 0em 0.2em 0em 0.1em;
	-moz-border-radius: 0.4em;
}

/* Testing */
.page-User_SPQRobin_portal .firstHeading { display: none; }
.page-User_SPQRobin_portal #contentSub { display: none; }
.page-User_SPQRobin_portal #p-cactions { display: none; }
.page-User_SPQRobin_portal #anonnotice { display: none; }
.page-User_SPQRobin_portal #anonNotice { display: none; }
.page-User_SPQRobin_portal #siteNotice { display: none; }
.page-User_SPQRobin_portal #p-personal { display: none; }

/* Test */
.displaytitle .firstHeading { display: none; } 
.displaytitle { 
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
	font-size: 188%;
}

/* Only for internal links like edit, history, etc */
#bodyContent .link a {
    text-decoration: none;
    color: #002bb8;
    background: none;
    padding: 0;
}
#bodyContent .link a:visited { color: #5a3696; }
#bodyContent .link a:active { color: Orange; }
#bodyContent .link a:hover { text-decoration: underline; }

/* Remove first heading */

BODY.page-Door H1.firstHeading { display: none; }
BODY.page-Huis H1.firstHeading { display: none; }

/* User:SPQRobin/sandbox */
.prettybalk { height:70px; background: #FFFFFF url(http://images.wikia.com/de/images/3/39/Balken.png) 0 0 repeat; }

/*</nowiki></pre>*/