@charset "UTF-8";
/* CSS Document */

/*------------------------------*\
			 GRID
\*------------------------------*/

.grid-round {
	/*display: grid;*/
    grid-template-rows: repeat(40, 17.5px);
    grid-template-columns: repeat(40, 22.5px);
    margin: 25px auto;
	position: relative;
	width: 1080px;
	height: 750px;
}

.grid-item {
	position: relative;
	width: 180px;
	height: 70px;
	margin: 0;
	padding: 5px;
	/*box-shadow: inset 0 0 0 1px black;*/
	border: 1px solid black;
	border-radius: 3px;
	box-sizing: content-box;
}
