﻿.box
{
	/*background-color: #d3d3d3;*/
	box-sizing: border-box;
	flex: 1;
	min-width: 200px;
}
	
.mc-wrapper .mc-prev
{
	left: 0;
}

.mc-wrapper .mc-next
{
	right: 0;
}

.thumbnail-cell
{
	text-align: center;
	border-bottom: 3px solid white;
}

.thumbnail-cell-active
{
	text-align: center;
	border-bottom: 3px solid var(--maptek-mid-green);
}

.thumbnail-cell::selection,
.thumbnail-cell:hover
{
	text-align: center;
	border-bottom: 3px solid var(--maptek-mid-green);
}

div.MCSlide
{
	text-align: left;
	max-width: 100ch;
}

div.side-by-side
{
	display: flex;
    flex-wrap: wrap;
}

div.side-by-side > div.box:nth-child(1)
{
	flex: 50%;
	padding-right: 5px;
}

div.side-by-side > div.box:nth-child(2)
{
	align-items: center;
	display: flex; 
	flex: 50%;
	padding-left: 5px;
}

div.slide
{
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;

}

div.slide > h3:first-child
{
	margin-bottom: 0;
	text-align: center;
}

img.thumbnail-tile
{
	max-width: 160px;
}

@media (max-width: 700px)
{
	.box
	{
		flex-basis: 100%;
	}
}