.npc-infobox {
float: right;
clear: right;
width: 270px;
margin: 0 0 1em 1em;
border: 1px solid #c8c2b4;
background: #faf7f2;
font-size: 0.9em;
line-height: 1.5;
}
.npc-infobox-title {
background: #0f4c5c;
color: #ffffff;
font-weight: bold;
font-size: 1.15em;
text-align: center;
padding: 8px 10px;
}
.npc-infobox-image { text-align: center; padding: 8px; }
.npc-infobox table { width: 100%; border-collapse: collapse; }
.npc-infobox th {
text-align: left; width: 32%; padding: 6px 10px;
background: #ece6d7; border-top: 1px solid #ddd6c5;
vertical-align: top; white-space: nowrap;
}
.npc-infobox td {
padding: 6px 10px; border-top: 1px solid #ddd6c5; vertical-align: top;
}
.npc-infobox-note {
padding: 8px 10px; font-style: italic; color: #5a5450;
border-top: 1px solid #ddd6c5;
}