
/* main faction page settings */
p.factionlogo {
text-align: center;
}

.factioncontainer {
margin: 0 auto;
}

.factionheader {
text-align: center;
}

.factionsubheader {
text-align: center;
}

.factioncontainer table {
margin-bottom: 1em;
}

.factioncontainer table tr td {
border: 1px solid #999;
padding: 0.5em;
}
/* --------------------------------------- */




/* the different table cells: image, title, cost, function and description */
.factioncontainer td.image {
width: 13%;
text-align: center;
}

.factioncontainer td.title {
width: 25%;
font-size: 112.5%; /* 18px in the current settings */
}

.factioncontainer td.cost {
width: 18%;
font-size: 100%;
}

.factioncontainer td.function {
width: 44%;
font-size: 81.25%; /* 13px in the current settings */
}

.factioncontainer td.description {
font-size: 81.25%; /* 13px in the current settings */
}
/* --------------------------------------------------------------------- */



/* faction specific border colours */
table.gditable {
border-top: 2px solid #886C47;
border-right: 2px solid #886C47;
border-bottom: 2px solid #886C47;
border-left: 2px solid #886C47;

width: 100%;
}

table.nodtable {
border-top: 2px solid #FB0404;
border-right: 2px solid #886C47;
border-bottom: 2px solid #886C47;
border-left: 2px solid #886C47;

width: 100%;
}

.factioncontainer table.scrintable {
border-top: 2px solid red;
border-right: 2px solid #191b72;
border-bottom: 2px solid #191b72;
border-left: 2px solid #191b72;

width: 100%;
}


