/*
Trick IDE to thinking this is a css file, but actually this is a comment! ha ha!
<style>
/**/

/* COPY EVERYTHING ABOVE THIS LINE FOR NEW CSS FILES */

.plugin_tooltip_tooltip_box{
    display: none;
    position: absolute;
    z-index: 999;
    left: -9999px;
    background-color: #fff;
    padding: 5px 10px;
    min-width: 100px;
    max-width: 250px;
    box-shadow: 1px 1px 1px 1px #888888;
    font-family: inherit;
    font-size: inherit;
}

a.a-tooltip {
    display: inline;
    float: left;
}

    a.a-tooltip img {
        padding: 0;
        margin: 0;
    }
    .data_set a.a-tooltip {
        margin: 2px 5px;
    }

    h3.plugin_tooltip_header {
        font-size: 13px;
        color: #666;
    }
    div.plugin_tooltip_content {
        font-size: 12px !important;
        padding-bottom: 5px;
        color: #666;
    }