.cell {
	position: absolute;
	display: block;
	width: 5.01vw;
	height: 5.01vw;
	box-sizing: border-box;
}

.game_tetris .drag_rect {
	background: #0c385e;
}

.cell.hoverBoard {
	border: 0 solid #9cf;
}

.cell.hoverCell {
	border: 0 solid #9cf;
	background: #103a5d;
	opacity: 0.2;
}

.drag_rect.dropped {
	background: linear-gradient(135deg, rgba(16, 58, 93, 1) 0%, rgba(76, 118, 153, 1) 100%);
}
