.topbar {
    background: rgb(0, 0, 0);
    height: 60px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.domflag img {
    height: 40px;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}

.domgovtitle {
    color: #FFFF;
    float: left;
    margin-top: -10px;
    margin-left: 10px;
}