.mindcat{
    font-size:1.5em;
    width:100%;
    min-height:300px;
    position:relative;
    margin:2em 0;
    clear:both;
}
.mindcat ul{
    width:100%;
    height:100%;
    list-style:none;
    margin:0;
    padding:0;
    position:absolute;
    display:block;
    right:0;
    bottom:0;
}
.mindcat ul ul{
    width:0;
    height:0;
}
.mindcat li{
    position:absolute;
    top:0;
    left:0;
    width:1px;
    height:1px;
    z-index:1;
    transform-origin:0 0;
    -moz-transform-origin:0 0;
    -webkit-transform-origin:0 0;
    border-left:#BBB 1px dotted;
}
.mindcat_root{
    font-size:1em;
    font-weight:900;
}
.mindcat_child{    
    font-size:0.7em;
    font-weight:500;
}
.mindcat_child .mindcat_child .mindcat_child{    
    font-weight:100;
}

.mindcat li a{
    position:absolute;
    text-align:center;
    font-size:1em;
    bottom:0;
    left:0;
    background:#CCC;
    padding:0.3em 2em;
    text-decoration: none;
    color:#333;
    border-radius:3px;
    z-index:10;
    display:block;
    height:auto;
    white-space: nowrap;
}
.mindcat li a:hover{
    box-shadow: rgba(0,0,0,0.3) 0 0 10px;
}


.mindcat_count{
    position:absolute;
    bottom:-10px;
    right:-10px;
    min-width:15px;
    height:15px;
    padding:3px;
    text-align:center;
    border-radius:9px;
    background: #EEE;
    color:#333;   
    font-size:11px; 
    font-weight:700;
}
