/* *{border:1px dotted red;border-collapse:collapse;} */
/* .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-radius: 20px;
}

.carousel-control-prev-icon {
  background-image: url(../images/carousel/arrow-previous.svg);
}

.carousel-control-next-icon {
  background-image: url(../images/carousel/arrow-next.svg);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
  } */
.asset-allocation-legend ul{list-style-type: none;padding:0;margin:0}
.asset-allocation-legend li{font-size:.65rem;}

@media screen and (min-width:425px){
  .asset-allocation-legend li{font-size:.75rem;}
}
.asset-allocation-legend li div{width:10px;height:10px;border:1px solid white;margin-right:5px;margin-top:5px;float:left;}
