﻿.cbtreemap-branch 
{
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    overflow: hidden;
    display:table;
}

.cbtreemap-maintitle
{
    text-align:center;
    border:1px;
    border-color:black;
    border-style:solid;
    font-family:Verdana;
    margin:0px;
    width:100%;
    background-color:aquamarine;
}

.cbTreeMap
{
    display:block;
    vertical-align:top;
    left:0px;
    top:0px;    
    height:100%;
    width:100%;
    margin:0px;
    font-family:Verdana;
    border:1px;
    border-color:black;
    border-style:solid; 
    background-color:greenyellow 
}

.cbvidTreeMap {
    position: absolute;
    display:block;
    right: 0px; 
    bottom: 0px;
    width: 100%; 
    height: 100%; 
    min-width: 100%; 
    min-height: 100%;
    overflow: hidden;
}

