.chart-svg{
	width: 100%;

}
.card{
	height: 700px;
}
.dst-chart{
	height: 600px;
	margin-bottom: 30px;
}

/*
.attr("stroke", "black")
.style("stroke-width", 3)
.style('animation','shake 0.5s')
.style('animation-iteration-count','infinite')*/

/*.chart-yAxis{
	padding-top: 5px;
}*/


.no-border{
	background:white;
	border-style:none;
	text-align:left;
}

.scale-up-and-down{
	stroke : black;
	stroke-width : 3;
/*	scale : 1;*/
	animation-name: scale_circle;
	animation-duration: .5s;
/*	scale: 1;*/
  	animation-iteration-count: infinite;
}

@keyframes scale_circle {
  from {stroke-width:3;}
  to {stroke-width:7;}
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.card{
		height: 700px;
	}
	.dst-chart{
		height: 500px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 

}