.ui {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.ui .top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	height: 70px;
}

.ui .content {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 0;
}

.card-blocker {
	z-index: 1100;
}
