/*
Classification: Unclassified
Copyright (c) 2015 - 2017 United States Air Force
*/

a.starstooltip {outline:none; }
a.starstooltip strong {line-height:30px;}
a.starstooltip:hover {text-decoration:none;}
a.starstooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:350px; line-height:16px;
}
a.starstooltip:hover span {
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}

/*CSS3 extras*/
a.starstooltip span {
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

label.starstooltip {outline:none; }
label.starstooltip strong {line-height:30px;}
label.starstooltip:hover {text-decoration:none;}
label.starstooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:350px; line-height:16px;
}
label.starstooltip:hover span {
    display:inline; position:absolute; color:#111; float:left;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}

/*CSS3 extras*/
label.starstooltip span {
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}
