.splash {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 593px;
}


.tiles {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 710px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

@media ( max-width : 767px) {
	.tiles {
		width: 200px;
	}
}

input.tile {
	margin: 4px;
}

img.tile {
	margin: 4px;
}

.tile {
	width: 188px;
	height: 148px;
}

.tile-label {
	margin-top: 4px;
	cursor: pointer
}

.tile-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.worker-problem {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	color: red;
}