[v-cloak] {
	display: none;
}

* {
	font-family: 'Roboto', sans-serif;
}


#page {
	margin-bottom: 200px !important;
	height: 100%;
}

#gray-background {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #F4F3F4;
	z-index: -1;
}

.row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline !important;
}

.row.center {
	align-items: center !important;
}

.line {
	display: flex;
	justify-content: space-between;
}

.big {
	font-weight: bold;
}

header {
	margin-top: 0 !important;
}

.line-items ul {
	list-style: none;
}

label > i {
	margin: 0 !important;
}

.trash.icon {
	float: right;
	cursor: pointer;
}

.trash.icon:hover {
	color: red;
}