/**
 * PEAR Coding Standard.
 *
 * PHP version 5
 *
 * Css file
 *
 * @category  Theme
 * @package   AI-Explanations
 * @author    @ide-info <contact@ai-dev.fr>
 * @copyright 2014-2015 @ide-info
 * @license   Read the multi-language license license.txt
 *
 * @version   0.1.0
 *
 * @link      http://www.boutique.ai-dev.fr
 */
 
@CHARSET "ISO-8859-1";

.aiexplanations_anchor {
    float: right;
    margin-right: 5px;
    vertical-align: middle;
}

.aiexplanations_tooltip {
    background-color: #f5f5f5;
    border: solid 1px #555555;
    display: none;
    margin-left: 15px;
    padding: 5px;
    position: absolute;
    z-index: 1000;
}
