/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.enzuzo-cookie-consent-tooltip{
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width:12px;
    height: 12px;
    text-align: center;
    color: #FFF;
    background: #333;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    font-size: 9px;
    cursor: help;
}
