/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #ffffff;
}

#tip { position: absolute; right: 0px;

    bottom: 0px;  height: 0px;

    width: 502px;  border: 1px solid #CCCCCC;

    background-color: #eeeeee;  padding: 1px;

    overflow: hidden; display: none;

    font-size: 12px; z-index: 10;

   }

   #tip p { padding: 1px;}

   #tip h1 { font-size: 16px; height: 25px;

    line-height: 25px; background-color: #0076fc;

    color: #FFFFFF; padding: 0px 3px 0px 3px;

    filter: Alpha(Opacity = 100);

   }

   #tip h1 a, #detail h1 a { float: right;

    text-decoration: none; color: #FFFFFF;

   }