#dashboard{
	padding: 0 0 0 0;
	float:right;
	overflow: auto;
	top: 103px; /* Header Height */
    bottom: 0px; /* Footer Height */
	width: calc(100% - 74px);	
	height: calc(100% - 113px);	
}
#dashboard .row{
	margin: 10 10 10 10;
}