#country-header-select {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-bottom-left-radius: 8px;
    z-index: 9999;
    font-size: 14px;
}
#country-header-select select {
    margin-left: 5px;
    padding: 4px 8px;
}
