svg[fit] {
    width: 100%
}

.aby .item.selected rect{
  fill:orange!important;
}

.aby .background{
  fill:white;
}
.aby .basement {
    fill: #fff
}

.aby .area {
    fill: #eee
}

.aby .line {
    fill:blanchedalmond;
    stroke: #eee
}

.aby .chart text {
    dominant-baseline: central
}

.aby .item .label {
    text-anchor: middle;
    fill: yellow;
    font-size: 14px;
    font-family: sans-serif
}

.aby .mid_label {
    text-anchor: middle;
    dominant-baseline: central;
    font-size: 20px;
    fill: #b11515
}

.aby .ax line,
.aby .ax path {
    stroke: #999;
    fill: none;
    shape-rendering: crispEdges
}

.aby text
 {
    fill: #6d6d6d;
    font-size: calc(9px + 0.3vw);
    font-family: sans-serif
}

.aby .title text {
    fill: #6d6d6d;
    font-size: calc(12px + 0.3vw);
    text-anchor: middle
}
.aby .ax {
    fill:azure
}
.aby.bare .ax,
.aby.bare .back,
.aby.bare .behind,
.aby.bare .title {
    display: none
}
.foot {
     fill: #6d6d6d;
   font-size: calc(7px + 0.6vw);
    font-family: sans-serif
}

.title {
    fill: #6d6d6d;
    font-size: calc(12px + 0.3vw);
    text-anchor: middle
}
#chart {

  width: 100vw;
  height: 100vh;
  margin: 0 auto;
}

#svg-container {
    position: relative;
    width: 100%; 
    overflow: hidden;
}
.svg-content-responsive {
    position: absolute;
    top: 0;
    left: 0;
}
foreignobject {
   margin-left: auto;
    margin-right: auto;
}
.charttitle {

   color: #696969;
   
    width: 20em;
    size:16px;
    text-align: center;
  
}
.chartfoo
t {
  font-size:12px;
  color: #828282;
    text-align: center;
     width: 20em;
}

thead, tfoot {
    
    color: steelblue;
   
}
tbody {
   color: #696969;
   font-size:13px;
}
thead [colspan], tfoot [colspan] {
  text-align: left;
 
}
td,
th {
  
    padding: 10px;
  
}

td {
    text-align: left;
    border-bottom:1px dotted #bbb;
}

.table tfoot {
   font-size:12px;
}
i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(-50%,-50%) rotate(-45deg);
    background-color:#FFFFFF;
    border:1px solid #EEEEEE;box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

table {
    border: 1px solid #eee;
    width: 200px;
    display:inline-block;
    position:relative;      
    background-color: #fff;
        -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px; 
    margin-right:20px;
    position:relative;
    top: 100%;
    right: 55%;
    transform:translate(0, 55%);
    padding:2px 2px;  
    font-weight:normal;   
    border-radius:4px;
    box-sizing:border-box;
    z-index:99999999;
    border:1px solid #EEEEEE;

}

i {
    position:absolute;
    top:103%;
    right:58%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}
