
  .dashboardspacer{
	  color: red;
		font-size: 0px;
	  height: 10px;
		min-height: 10px;
		max-height: 10px;
		background-color: none;
		border: none;
		margin: none;
		padding: none;
		width: 100%;
		overflow: hidden;
  }
	
  .use-height-0px{
	  height: 0px !important;
		min-height: 0px !important;
		max-height: 0px !important;
	}	

  .use-height-10px{
	  height: 10px !important;
		min-height: 10px !important;
		max-height: 10px !important;
	}	

  .use-height-20px{
	  height: 20px !important;
		min-height: 20px !important;
		max-height: 20px !important;	
	}	

  .use-height-30px{
	  height: 30px !important;
		min-height: 30px !important;
		max-height: 30px !important;	
	}	

  .use-height-40px{
	  height: 40px !important;
		min-height: 40px !important;
		max-height: 40px !important;
	}

  .use-height-50px{
	  height: 50px !important;
		min-height: 50px !important;
		max-height: 50px !important;
	}			
	
	.nomargin{
	  margin: none !important;
	}
	
	.nopadding-top{
	  padding-top: none;		
	}
	
	.nopadding-bottom{
	  padding-bottom: none;		
	}	
	
/*----------------------------------------------------------------------------*/
/*----------------------OTHER MATERIALIZE CHANGES MADE------------------------*/
/*----------------------------------------------------------------------------*/
/*                                                                            */
/*   I changed the default behavior of tabs (element6) so that they are       */
/*   declared as swipeable regardless of any arguments passed. Whenever       */
/*   Materialize is updated, the declaration code will have to be updated     */
/*   again manually. It was line 3969 in rc1 of the .js, and located at       */
/*   coordinates 34, 1886 in the rc1 min file.                                */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/
