/**
 * Country header info
 */

dt,
dd {
    float: left;
}

dd {
    margin-right: 1em;
}

.CountryHeaderInfo {
    position: relative;
    font-size: .9em;
    color: #eaeaea;
}

.CountryHeaderInfo dd {
    font-weight: bold;
    margin-left: 5px;
    color: #fff;
}

.superscript {
    position: relative;
    top: -.4em;
    font-size: .8em;
}