
* {
  margin: 0;
  padding: 0;
}
body {
  font-family:  "Helvetica Newe", Helvetica, sans-serif;
}
.chart {
  position: relative;
  width: 480px;
  height: 270px;
  top: 50px;
  left: -2%;
  margin: -10px 0 0 -100px;
}
.pieTip {
  position: relative;
  float: left;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 18px 6px;
  border-radius: 2px;
  background: rgba(255,255,255,.97);
  color: #;
  font-size: 14px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;

  pointer-events: none;
}
.pieTip:after {
      position: absolute;
      left: 50%;
      bottom: -6px;
      content: "";
      height: 0;
      margin: 0 0 0 -6px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 6px solid rgba(255,255,255,.95);
      line-height: 0;
}
.chart path { cursor: pointer; }

aside {
  font: normal normal 400 1rem/1.5 "Segoe UI", "Helvetica Neue", "DejaVu Sans", Helvetica, Arial, sans-serif;
  float: left;
  margin-right: 100px;
}

.vet > canvas, .vert > ol {
  display:inline-block
}

.legend {
  vertical-align:top;
  padding-left:15px;
  list-style: none;
}
.key {
  position:relative;
  font-size: 12px;
}
.key:before {
  content:"";
  position:absolute;
  top:35%;
  left:-15px;
  width:10px;
  height:10px;
  font-size: 13px;
}
.um:before{background-color: #1487ae;)}
.dois:before{background-color: #3e4d05;)}
.tres:before{background-color:#2b0b7c;)}
.quatro:before{background-color: #da8301;)}
.cinco:before{background-color: #61016c;)}
.seis:before{background-color: #0067d3;)}
.sete:before{background-color: #cdcff6;)}
.box_legenda
{
position: relative;
width: 250px;
height: 200px;
float: right;
margin-right: 2px;
margin-top:  10px;
}

li
{
margin: 5px;
padding: 4px;
display: block;
font-size: 12px;
]
td
{
font-family: arial;
font-size: 11px;
}

