.flag-visible {
    box-shadow: 0px 0px 1px 0px black;
    border-radius: 3px;
}
.branch-modal-button {
    width: 265px;
}
.branch-modal-button-selected {
    background: #eeeeee;
    border-color: #d2d2d2;
    cursor: default;
}
.branch-modal-button-selected:hover {
    background: #eeeeee;
    border-color: #d2d2d2;
    cursor: default;
}
@media screen and (max-width: 600px) {
    .branch-modal-info {
        display: none;
    }
}
