
.tooltipsy
{
    padding: 10px;
    max-width: 200px;
    color: #303030;
    background-color: #f5f5b5;
    border: 1px solid #deca7e;
}
/*
.bubbletooltip_tip::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #000;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    position: absolute;
    right: 40px;
    top: -10px;
    z-index: -1;
}
*/
.bubbletooltip_tip {
    background-color: #222;
    border-radius: 10px;
    box-shadow: 0 0 10px #000 inset;
    color: #fff;
    padding: 10px;
    position: relative;
    text-shadow: 0 0 3px #000;
    max-width:200px
}

.adminHelp {
    cursor: help;
}
.adminHelp::after {
    content: "\f05a";
    font-family: FontAwesome;
}