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

 /* infobox */
 .infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   margin-bottom: 0.5em;
   margin-left: 1em; 
   padding: .2em;
   float: right;
   clear: right;
 }
 .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;
 }