#toolbar > .OxElement:first-child {
    float: left;
    margin: 4px 2px 4px 4px;
}
#toolbar > .OxElement:last-child {
    float: right;
    margin: 4px 4px 4px 2px;
}

.OxDialog #content {
    padding: 8px 16px 8px 16px;
    overflow: hidden;
}
.OxDialog img {
    float: left;
    width: 256px;
    height: 256px;
    border-radius: 16px;
    margin: 8px;
    //background: rgb(128, 128, 128);
    box-shadow: 0 0 1px rgb(128, 128, 128);
}

.OxTextList .OxItem .OxCell > div.region {
    width: 12px;
    height: 12px;
    border-width: 1px;
    border-radius: 2px;
    margin-left: -3px;
}
.OxTextList .OxItem .OxCell > img.flag {
    width: 14px;
    height: 14px;
    margin: 0 0 0 -3px;
    border-radius: 2px;
}
.OxTextList .OxItem .OxCell > img.capital {
    width: 10px;
    height: 10px;
    margin: 2px 0 0 -1px;
}