html {
	touch-action: manipulation;
}
body {
	background-color: #333;
	/*transform: translate3d(0, -1px, 0);*/
	user-select: none;
	overscroll-behavior-y: none;
}
.nopull {
	/* Disables pull-to-refresh but allows overscroll glow effects. */
	overscroll-behavior-y: contain;
}

.vuedl-layout .v-card__title {
	/*background: #ef5350;*/
}
.vuedl-layout .v-card__title .headline {
	/*font-size: 1.4rem !important;*/
}

.vuedl-layout .v-card__text {
	margin-bottom: 30px;
	font-weight: normal !important;
	color: black !important;
}
