
.centerIcon
{
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.redBtn
{
	background-color: red !important;
}

.cardHeaderMargin
{
	margin-top: 5px;
}

.imageGrid
{
	width: 540px;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0px;
}
.imageGrid li
{
	margin: 10px;
	flex-basis: 145px;
	height: 100px;
}

.imageGrid li img
{
	max-height: 115px;
}

.imageGridContainer
{
	position: relative;
}

.imageGridContainer img
{
	width: 100%;
	height: auto;
}

.imageGridContainerBtn
{
	position: absolute;
	top: 0%;
	left: 0%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: #ff0000;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 12px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

@media only screen and (min-width: 800px)
{
	#modalContainer
	{
		min-width: 800px;
	}
}

.isFeaturedIcon
{
	cursor: pointer;
	color: #25714f;
}
