.iiw_map	{
	max-width: 60rem;
	min-width: 20rem;
	height: 26rem;
	margin: 1rem 0 1rem 0;
	text-align: center;
	box-shadow: 0 0.2rem 0.6rem 0 rgba(0,0,0,0.5);
	resize: both;
	overflow: auto;
}

/* flex box for cards */
.cardflex {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	justify-items: center;
	align-content: space-around;
	gap: 0.4rem;
}

.suggestion {
	max-width: 60rem;
	min-width: 20rem;
	background: #ffe;
	padding: 0.5rem;
	border: 0;
	box-shadow: 0 0.2rem 0.6rem 0 rgba(0,0,0,0.3);
	font-size: 1.1rem;
	margin: 0.5rem 0 0.5rem 0;
	justify-items: center;
}
.suggest-hint {
	margin-bottom: 0.5em;
	cursor: pointer;	
}
.suggestion button {
	display: none;
	padding: 0.5em 0.75em;
	border-radius: .3em;
	cursor: pointer;
	}
.suggest-form {
	display: none;
	text-align: left;
	font-size: 0.9rem;
}
.suggest-form div {
	display: inline-block;
	text-align: left;
	font-size: 0.9rem;
	margin-bottom: 0.5em;
}
.suggest-form svg {
	float: left;
	margin-right: 1em;
	width: 3.2rem; height: 3.2rem;
	}
.iiw_zoom-advice	{
	max-width: 60rem;
	min-width: 20rem;
	background: #ffe;
	padding: 0.5rem;
	border: 0;
	box-shadow: 0 0.2rem 0.6rem 0 rgba(0,0,0,0.3);
	font-size: 1.1rem;
	margin: 0.5rem 0 0.5rem 0;
	text-align: center;
	}
.iiw_card	{
	max-width: 30rem;
	min-width: 24rem;
	background: #efe;
	padding: 0.5rem;
	border: 0;
	border-radius: 0.4rem;
	box-shadow: 0 0.2rem 0.6rem 0 rgba(0,0,0,0.3);
	margin-bottom: 0.5rem;
	text-align: left;
	}
.iiw_card:hover	{
	padding: 1.25rem;
	background: #ffe;
	margin-bottom: 0;
	}
.iiw_card details	{
	font-size: 0.8em;
	}
.iiw_card summary	{
	cursor: help;
	}
.iiw_card-header	{
	font-size: 1.25em;
	margin-bottom: 0.5em;
	}
.iiw_card-body	{
	font-size: 0.9em;
	margin-bottom: 0.5em;
	cursor: url(images/zoom-cursor.svg) 15 15, -webkit-zoom-in;
	}
.iiw_card-body svg {
	float: left;
	margin-right: 1em;
	width: 3.2em; height: 3.2em;
	}
.iiw_card-footer	{
	margin-top: 1eem;
	text-align: right;
	}
.iiw_card-footer button	{
	font-size: 0.7em;
	padding: 0.5em 0.75em;
	border-radius: .3em;
	cursor: pointer;
	}
.iiw_card-footer button:hover {
	border-width: 2px;
	border-color: #000;
	}
.iiw_card-footer button + button	{
	margin-left: 0.5em;
	}
.iiw_green-button	{
	border: 2px solid #0d0;
	background: #7f7;
	}
.iiw_red-button	{
	border: 2px solid #d00;
	background: #f77;
	}
.iiw_edit-button	{
	border: 2px solid #ccc;
	background: #eee;
	}
.iiw-zoom-control {
	cursor: pointer;
	width: 32px;
	height: 32px;
	}
.iiw-modal {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #aaaa;
	z-index: 1000;
	display: none;
}
.iiw-alertbox {
	position: fixed;
	top: 25%;
	right: 15%;
	width: 70%;
	border: 4px solid #000;
	padding: 2em;
	background: #efe;
	z-index: 2000;
	text-align: center;
	font-size: 1rem;
	display: none;	/* hide it until we want it */
}
.iiw-alertbox  button	{
	font-size: 0.7rem;
	padding: 0.5em 0.75em;
	border: 1px solid #555;
	background: #ddd;
	border-radius: .3em;
	cursor: pointer;
	margin-bottom: 4px;
	}
.iiw-alertbox button:hover {
	border-width: 2px;
	border-color: #000;
	margin-bottom: 0;
	}
.iiw-confirm {
	font-weight: bold;
	padding: 1rem;
	}
.test-edit-inforklift {
	background: #000
	}
@media only screen and (max-width: 768px)   {
	/* For mobile phones: */
	.cardgrid {
		display: grid;
		gap: 0.2rem;
		justify-items: center;
		grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
	}
	.iiw_card	{
		max-width: 24rem;
		min-width: 18rem;
		font-size: 0.85rem;
		margin-bottom: 0.4rem;
		border-radius: 0.4rem;
		padding: 0.25rem;
	}
}
