[v-cloak] {
	display: none;
}

.v-application .v-card.round {
	border-radius: 10px;
}

.v-card.semitransparent {
	background-color: rgba(255, 255, 255, 0.5);
}

.semitransparent .v-timeline-item__body > .v-card:not(.v-card--flat)::after {
    border-right-color: rgba(255,255,255,0.5);
}

.name-tag {
	border: 2px solid black;
	border-image: linear-gradient(to bottom right, #fff 0%, #000 50%, #fff 100%);
	border-image-slice: 1;
}

.v-icon.v-icon {
    font-size: 1.4em;
}

.v-content {
	background-image: url('/img/background.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: right bottom;
}

.container.fill-height > .row {
	max-width: unset;
}