.c3-legend-item {
  font-size: 15px;
  margin-top: 0px;
}

.c3 svg {
  font-family: inherit;
}

#chart2 .c3-line {
  stroke-width: 3px;
  stroke-linecap: round;
}

.c3chart {
  background: #FFFFFF;
  font-family: inherit;
  position: relative;
  padding: 0;
  margin: 0;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.glyphicon-triangle-bottom:before {
  content: "\e252"
}

.glyphicon-triangle-top:before {
  content: "\e253"
}

.table-number {
  font-size: 72px;
  margin-top: 15px;
  margin-bottom: 30px
}

.featured-charts-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
}

.featured-charts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.featured-charts .item {
  display: flex;
  flex-direction: column;
  flex-basis: 300px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 15px;
  padding: 15px;
  min-height: 250px;
  background-color: #fff;
  overflow: auto;
}

.featured-charts .title {
  display: flex;
  margin: 0 0 15px;
}

.featured-charts .title .fa {
  margin-right: 15px;
}

.featured-charts iframe {
  width: 100%;
  height: 100%;
}

.featured-charts .c3 {
  height: 200px !important;
}

.featured-charts .btn-group-export {
  display: none;
}

.box-item-custom {
  width: 500px;
}
