/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @version     $Revision: 1.1 $
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Customer User Google Icon
 */

@media screen,projection,tv,handheld {

.ItemRow .Google {
    padding-left: 22px;
    background: url(../img/icons/maps.png) no-repeat center left;
}

} /* end @media */