/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}



.planning .week{
	background-color: green;
	color: white;
	font-weight:bold;
}

.planning .red{
	background-color: red;
	color: black;
	font-weight:bold;
}

.planning .yellow{
	background-color: yellow;
	color: black;
	font-weight:bold;
}

.planning .orange{
	background-color: orange;
	color: black;
	font-weight:bold;
}
