    #toplogo{
       margin-bottom: 5px;
    }
    .charts{
       margin-left: 12px;
    }
    
    .minilogo>a{
        text-decoration: none;
    }
    footer,header{
        margin: 0px;
        clear: both;
    }
    footer,header>h1{
        width: 400px;
        color: #ddd;
        background-color: #fff;
        font-family: Arial;
        font-size:  1.8rem;
        
        padding: 8px;
        padding-top: 10px;
        padding-left: 98px;
        padding-bottom: 8px;
        
        margin: 10px;
        margin-top: 0px;
        margin-left: -60px;
        margin-bottom: 10px;
        
        box-shadow:
           12px 12px 12px rgba(000,000,000,0.3);
        text-shadow:
           1px 3px 4px #ccc;
    }
    
    footer,header>h1:before {
        content: ' ';
        position: absolute;
        z-index: 2;
        left: 250px;
        top: 83px;
        background: transparent;
        border :  18px solid;
        border-color: #fff transparent transparent ;
    }
    .minilogo{
      margin: 0px;
      margin-left: 0px;
    }
        .versions{
            font-weight: 100;
            color: #bbb;
            line-height: 4px;
            padding-bottom: 22px;

        }
        .version{
            font-size: 18px;
        }
        .update{
            font-size: 14px;
        }
        .logo{
            font-size: 29px;
            color: #bbb;
            
            text-shadow:
                1px 3px 4px #ccc;
        }

    .csshybrid{
        position: absolute;
        z-index: 2;
        left: 380px;
        top: 24px;
        width: 120px;
        height: 20px;
        text-align: center;
        background-color: aqua;
        border: 1px solid #888;
        border-radius: 2px;
        color: #333;
        font-family: Arial;
        font-size: 15px;
        font-weight: 900;
        padding: 4px;
        -webkit-transform: rotate(-12deg);
        -moz-transform: rotate(-12deg);
        -o-transform: rotate(-12deg);
        transform: rotate(-12deg);
        letter-spacing: 1px;
        box-shadow:
           12px 12px 12px rgba(000,000,000,0.4);
        text-shadow:
           2px 2px 4px #aaa;
    }

    .disc{
        position: absolute;
        left: 500px;
        top: 18px;
        font-size: 12px;
        color: #666;
     /*   text-shadow:
           1px 3px 4px #ccc;*/
    }
    

    .help, .demo{
      
      padding-top: 20px;
      padding-right: 40px;
    }
    .chatbtn{
      position: absolute;
      top: 0px;
      right: 85px;
      width: 80px;
    }
    .demobtn{
      position: absolute;
      top: 0px;
      right: 0px;
      width: 80px;
    }
    .help, .demo>a{
        text-decoration: none;
        padding:4px;
        display: block;
        margin-left:auto;
        padding-right:2px;
        padding-left:18px;
        color: #bbb;
        
        height: 20px;
        background: #fff;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border: 1px solid #ddd;
        border-radius: 10px;
        box-shadow:
           6px 6px 12px #ddd;
        text-shadow:
           2px 2px 4px #ddd;
    }
    
    a:hover{
            text-shadow:
                2px 4px 4px #bbb;
    }
    .help>a:hover, .demo>a:hover{
        background: #000;
        color: #fff;
        border: 1px solid #222;
        box-shadow:
           2px 2px 6px #333,
           inset 2px 2px 6px #777;
        text-shadow:
           2px 4px 4px #555;
    }

