/home/arranoyd/eventrify/wp-content/plugins/head-footer-code/assets/css/admin.scss
#head_footer_code_settings {
    .head_footer_code_wrapper {
        display: table;
        width: 100%;

        .content_cell {
            display: table-cell;
        }

        .sidebar_container {
            display: table-cell;
            padding: 0 0 0 20px;
            width: 25%;

            .auhfc-button {
                display: block;
                background: #fff;
                border-radius: 7px;
                border: 1px solid rgba(0,0,0,0.1);
                box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
                padding: 11px 15px;
                white-space: nowrap;
                line-height: 18px;
                color: #bdbdbd;
                text-shadow: 1px 1px #fff;
                text-decoration: none;
                position: relative;
                min-width: 120px;

                &:hover {
                    color: #6796a9;
                    background-color: #c2edff;
                }

                &.paypal_donate:after {
                    content: ' ';
                    background-image: url(../img/paypal.png);
                    background-repeat: no-repeat;
                    background-position: center right;
                    width: 62px;
                    height: 100%;
                    display: inline-block;
                    position: absolute;
                    right: 15px;
                    top: 0;
                    bottom: 0;
                }
            }
        }
    }
}
.fixed .column-hfc {
    width: 14%;
    .n-a {
        opacity: 0.5;
        cursor: help;
    }
    // .label {
    //     cursor: pointer;
    // }
    .badge {
        padding: .1rem .5rem;
        font-weight: 600;
        font-size: .6rem;
        margin: .5rem .5rem 0 0;
        display: inline-block;
        background: transparent;

        &.blue {
            border: 1px solid #bfe7f3;
            &:hover {
                border-color: #007cba;
            }
        }
    }
}