td span {
	margin: 0 5px;
}
.instamoney-card{
	box-shadow: none;
	border-radius: 8px;
	border: none;

}
.instamoney-stats-card{
	padding: 25px;
	color: #fff;
	font-weight: 700;
	height: 150px;
	margin-bottom: 30px;
}
.instamoney-stats-card .text {
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
    font-size: 20px
}
.card .content{
	margin: 0;
	line-height: 2em;
	padding: 15px 15px 10px;
	position: relative;
}
.card .content .float-left{
	position: absolute;
	top: 8px;
	left: -4px;
}
.s1{
	background-image: url('../images/dash-card-darkpurple-money-icon.svg');
  background-size: cover
}
.s2{
	background-image: url('../images/dash-card-cyan-transfer-icon.svg');
  background-size: cover
}
.s3{
	background-image: url('../images/dash-card-orange-up-icon.svg');
  background-size: cover
}
.s4{
	background-image: url('../images/dash-card-lightpurple-down-icon.svg');
  background-size: cover
}
