*, body { margin: 0; padding: 0; }
full {
  width: 100%;
}

/* buttons */

button {
    display: block;
    outline: #444444;
    padding: 0.3rem 0.3rem;
    margin: 0;
    text-decoration: none;
    background: #ffffff;
    color: #B5B5B8;   
    font-family: sans-serif;
    font-size: 0.8rem;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    text-align: center;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}
button span {
        display: none;
}
button:hover,
button:focus {
    background: #B2B3B5;
    color: #2B2C2E;
}

button:focus {
    outline: 1px solid #fff;
    outline-offset: -2px;
}

button:active {
    transform: scale(0.99);
}

.buttongrid {
    width:100%;
    text-align: center;
}

.inner{
    display: inline-block;
}

     
body {
    font-family: "Arial", sans-serif;
}

.bar {
    fill: #5f89ad;

}

.axis {
    font-size: 10px;
    fill: #6d6d6d;
    font-family: sans-serif

}

.axis path,
.axis line {
    fill: none;
    display: none;
}

.label {
    font-size: 12px;
     fill: #bf5656;
     font-family: sans-serif
}

.item .label {
    text-anchor: middle;
    fill: #a93434;
    font-size: 8px;
    font-family: sans-serif
}
#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;
}

.bar {
  fill: steelblue;
}

.bar:hover {
  fill: lightblue;
}

.axis text {
  font: 10px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}
table {
    border: 1px solid #eee;
    width: 150px;
    display:inline-block;
    position:relative;      
    background-color: #fff;
        -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px; 
    margin-right:10px;
    position:relative;
    top: 80%;
    right: 81%;
    transform:translate(0, 55%);
    padding:2px 2px;  
    font-weight:normal;   
    border-radius:2px;
    box-sizing:border-box;
    z-index:99999999;
    border:1px solid #EEEEEE;

}

i {
    position:absolute;
    top:103%;
    right:80%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}
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);
}
thead {
  font-size:14px;
}
thead, tfoot {
    
    color: steelblue;
   
}
tbody {
   color: #696969;
   font-size:12px;
}
thead [colspan], tfoot [colspan] {
  text-align: left;
 
}
td,
th {
  
    padding: 5px;
  
}

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

.table tfoot {
   font-size:12px;
}
foreignobject {
   margin-left: auto;
    margin-right: auto;
}
.charttitle {

   color: #696969;
   font-size: calc(16px + 1vw);
    width: 15em;
    size:12px;
    text-align: center;
  
}
.chartfoot {
  font-size: calc(12px + 0.1vw);
  color: #828282;
    text-align: center;
     width: 20em;
}
table {
    pointer-events: none;

}
@media (max-width: 600px) {
 
 .buttongrid {
   display: none;
 }
}