
.legal-graph-container .legal-service-stats-value {
  color: #9d6f43;
  font-size: 25px;
  font-weight:500;
}

/* .stats-table {
  max-width: 400px;
} */

.legal-graph-container .stats-table .row-cell {
  padding-bottom: 10px;
}

.legal-graph-container .row-cell.first-cell{
  font-weight:500;
}

.legal-graph-container .stats-table .first-cell {
  width: 100%;
}

.legal-graph-container .stats-table .second-cell {
  text-align: left;
  vertical-align: top;
}

.legal-graph-container .legend-area,
.legal-graph-container .svg-area {
  display: inline-block;
}

.legal-graph-container .legend-area{
  position: absolute;
  left:0px;
  top:0px;
}

.legal-graph-container .svg-area {
  vertical-align: top;
}

.legal-graph-container .legend-area {
  font-size:11px;
  /* background-color: Red; */
}

.legal-graph-container .stats-container {
  /* background-color: green; */
  vertical-align: top;
  position:relative;
  top:30px;
}

.legal-graph-container .legend-container {
  
  /* background-color: blue; */
  position:relative;
  bottom:0px;
}

.legal-graph-container .legal-service-court-title{
  font-weight: bold;
}