@charset "utf-8";
/* CSS Document */
.field {
	background-color: black;
	border-radius: 10px;
	border: 2px solid black;
}
.item{
	margin: 2px;
}
.item-frame a{
	border: none;
	text-decoration: none;
	color: white;
}
.item-frame a:hover{
	text-decoration: none;
	color: white;
}
.item:hover {
	margin: 0px;
	border: 2px solid white;
	border-radius: 7.5px;
}