.meetup-actions {

    .dashicons {
        margin-top: 3px;
    }
}

tr.checkin {
    background: #DFFFDF;
}

.button.button-destroy {
    background: #d9534f;
    border-color: #d43f3a;
    -webkit-box-shadow: inset 0 1px 0 rgba(230, 182, 120,0.5), 0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(230, 182, 120,0.5), 0 1px 0 rgba(0,0,0,.15);
    color: #fff;
    text-decoration: none;

    &:hover {
        background: darken(#d9534f, 10%);
        border-color: darken(#d43f3a, 10%);
        color: #fff;
    }
}

/* TipTip CSS - Version 1.2 (custom) */
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
#tiptip_holder {
    &.tip_top {
        padding-bottom: 5px;

        #tiptip_arrow_inner {
            margin-top: -7px;
            margin-left: -6px;
            border-top-color: #464646;
        }
    }
    &.tip_bottom {
        padding-top: 5px;

        #tiptip_arrow_inner {
            margin-top: -5px;
            margin-left: -6px;
            border-bottom-color: #464646;
        }
    }
    &.tip_right {
        padding-left: 5px;

        #tiptip_arrow_inner {
            margin-top: -6px;
            margin-left: -5px;
            border-right-color: #464646;
        }
    }
    &.tip_left {
        padding-right: 5px;

        #tiptip_arrow_inner {
            margin-top: -6px;
            margin-left: -7px;
            border-left-color: #464646;
        }
    }
}
#tiptip_content {
    font-size: 11px;
    color: #fff;
    padding: .5em .5em;
    background:#464646;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
    text-align: center;
    code {
        background: #888;
        padding: 1px;
    }
}
#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}