/* Wars Wiki infobox styling */ .ww-infobox {

 border-style: solid;
 border-width: 3px;

}

.ww-infobox .wwi-title {

 font-size: 110%;
 padding: 2px;
 text-align: center;

}

.ww-infobox .wwi-image {

 background: #FFF;
 padding: 0;
 text-align: center;

}

.ww-infobox .wwi-image-sprite { /* Recommended for resizing small sprites under 64px only */

 image-rendering: crisp-edges; /* Firefox */
 image-rendering: pixelated; /* Chromium + Safari */

}

.ww-infobox .wwi-header {

 border-style: solid;
 border-width: 3px 15px 0;
 text-align: center;

}

.ww-infobox .wwi-data-label {

 text-align: right;
 width: 40%;

}

.ww-infobox .wwi-data-value {

 background: #FFF;

}