﻿div.ui.dropdown.flag-image-fix > div.text > img {
    margin-top: -0.15em;
}

.not-selectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}