#revenue-chart{
	span i.material-icons{
		top: 5px;
		position: relative;
	}
	.yearly-revenue-chart {
	    position: relative;
	    canvas{
	        width: 100% !important;        
	        height: 350px !important;
	    }
	    canvas.firstShadow {
	      position: absolute;
	      left: 0px;
	      top: 0px;
	    }
	}
}
#weekly-earning{
	h3.header{
		margin: 3rem 0 3rem 0
	}
	canvas{
        width: 100% !important;     
        height: 110 !important;
        margin: 10px 0 10px -18px;
    }
    .center-align{
    	p{
    		margin-bottom: 1rem;
    	}
    }
}

