/** CSS placed here will be applied to all skins */

div.editsection {
   text-transform: lowercase;
 }

 /* prettytable */
 table.wikitable,
 table.prettytable {
   margin: 1em 1em 1em 0;
   background: #f9f9f9;
   border: 1px #aaaaaa solid;
   border-collapse: collapse;
 }
 
 table.wikitable th, table.wikitable td,
 table.prettytable th, table.prettytable td {
   border: 1px #aaaaaa solid;
   padding: 0.2em;
 }
 
 table.wikitable th,
 table.prettytable th {
   background: #f2f2f2;
   text-align: center;
 }
 
 table.wikitable caption,
 table.prettytable caption {
   margin-left: inherit;
   margin-right: inherit;
 }

 /* for MediaWiki:Sharedupload */
 #sharedupload-warn {
  width: 100%;
  clear: right;
  border: 1px solid gray;
  background: #f9f9f9;
  margin: 0 0 1em 0;
  padding: 4px;
  font-size: 90%;
  text-align: left;
  float: left;
 }

 /* infobox */
 .infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   margin-bottom: 0.5em;
   margin-left: 1em; 
   padding: .2em;
   float: right;
   font-size: 10px;
   clear: right;
   width: 20em;
   font-family: verdana, sans-serif;
   padding: 4px;
 }
 .infobox tr {
   vertical-align: top;
 }
 .infobox caption {
   margin-left: inherit;
 }
 .infobox.bordered {
   border-collapse: collapse;
 }
 .infobox.bordered td, .infobox.bordered th {
   border: 1px solid #aaaaaa;
 }
 .infobox.sisterproject {
   width: 22em;
 }

 /* hiddenStructure from Monobook - allows selective hiding of markup in templates */
 .hiddenStructure {
   display: none;
 }

 /* make the list of references look smaller */
 ol.references {
   font-size: 100%;
 }

 .references-small { font-size: 90%;}

  table.epis { bakground-image: url(http://images.wikia.com/simpsons/pt/images/1/1c/Bgepis.png); }