
/* list in card */
.mdc-typography--subtitle2 {
	margin-left: 37.5px;
	margin-bottom: 0;
}
ul {
	margin: 0;
}


ul a {
	color: grey;
}

input[type="date"] {
	font-size: 1.3rem;
	font-family: Roboto;
	margin-bottom:25px;
	border-style: none;
	width:100%;
}

input[type="time"] {
	font-size: 1.3rem;
	font-family: Roboto;
	border-style: none;
	width:100%;
}

.mdc-checkbox{
	float:left;
	margin-top:7px;
}

.checkboxlabel{
	float:left;
}






