.country {
    margin: -3rem -3rem 1rem 1rem;

    padding: .4rem .6rem;
    border: .1rem solid #999;
    border-radius: .5rem;
    display: inline-block;
    font-family: tahoma;
    font-size: 1.2rem;
    float: right;
}
.country a {
    text-decoration: none;
}
.country i {

    background: url(../sprite/lang_flags.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 11px;
}