﻿/*for cia world factbook*/
span.cat {
    font-size:1.1em;
    font-weight:bold;
    text-transform:capitalize;
}
tr.sum {
    background:#eee;
}
h3, h4, h5, .captalize {
    text-transform:uppercase;
}
span.head {
    font-weight:bold;
    text-transform:capitalize;
}
span.note{
    text-transform:capitalize;
}

    span.head.sub {
        margin-left:2em;
    }
    span.head:after, span.note:after {
        content:": ";
    }

    tfoot {
    font-style:italic;
}
td:first-child {
    text-transform:capitalize;
    text-align:left;
}
td {
    text-align:right;
}