﻿html, body {
    margin: 0px;
    height:100%;
    width:100%;
    overflow:hidden;
    background-image: url('../images/background/blackleader.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-color:black; 
}
.cbFont { font-size: 22vw !important; font-family: Segoe UI Light, Segoe UI, Segoe, Tahoma, Helvetica, Arial, sans-serif; }
.cbFont2 { font-size: 5vw !important; font-family: Segoe UI Light, Segoe UI, Segoe, Tahoma, Helvetica, Arial, sans-serif; }
.cbFont3 { font-size: 3vw !important; font-family: Segoe UI Light, Segoe UI, Segoe, Tahoma, Helvetica, Arial, sans-serif; }
.cbtreemap-maintitle { font-size: 2vw !important; font-family: Segoe UI Light, Segoe UI, Segoe, Tahoma, Helvetica, Arial, sans-serif; color:white; font-weight:bold; text-align:center; background: black; }
.cbtreemap-title { text-shadow: 2px 2px 4px #000000; }
.cbWait { z-index:2; position:absolute;left:38%;top:20%; display:block; width:30%; height:50%; }
#cbContainer { z-index:1; position:absolute;left:5%;top:5%; height:80%;width:90%; }