﻿fb-nytt-bud {

    fb-tooltip-content {
       > div {
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
        }
    }

    .bud {
        .light {
            font-size: 12px;
            font-weight: 300;
            margin-top: 3px;
        }

        .fb-form-group {
            margin-top: 0;
        }

        .fb-popover {
            top: 30px;
        }
    }

    .status {
        fb-alert button {
            width: auto;
        }

        * {
            button, .btn-group {
                width: 100%;
                margin-bottom: 3px;
            }
        }
    }

    fb-form-radiobutton-group {
        > div.fb-form-group {
            div.fb-form-radiobutton-group-option {
                display: inline-block;
                margin-right: 15px;
            }
        }
    }

    ul.dropdown-menu {
        button.dropdown-button {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: 400;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
            background-color: white;
            text-decoration: none;

            &:hover {
                text-decoration: none;
                color: #262626;
                background-color: #f5f5f5;
            }
        }
    }
}
