fb-popover {
    > div.fb-popover {
        position: absolute;
        .border-standard();
        .create-arrow-pointing-up-with-border(@fb-color-grey, white, 6px, 80%);
        background-color: white;
        z-index: 20;
        border-radius: 3px;
        margin-top: 6px;
        min-width: 200px;
        &.arrow-right {
            .create-arrow-pointing-up-with-border(@fb-color-grey, white, 6px, 5%);
            right: 30px;
        }

        &.align-right {
            .create-arrow-pointing-up-with-border(@fb-color-grey, white, 6px, 20%);
            right: 30px;
        }

        &.orient-right {
            .create-arrow-pointing-up-with-border(@fb-color-grey, white, 6px, 5%);
            right: 0;
        }
    }
}