﻿div.igp-thumbnail {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
}

	div.igp-thumbnail > div:not(:last-child) {
		margin-right: 20px;
	}

	div.igp-thumbnail > div {
		text-align: center;
	}

div.igp-logo img {
	height: 70px;
	margin-bottom: 5px;
}

div.igp-logo a {
	text-decoration: none;
}


div.igp-supported-device .device-image-container {
	display: flex;
	height: 70px;
	justify-content: center;
	align-items: center;
}

	div.igp-supported-device .device-image-container img {
		margin-bottom: 10px;
		max-height: 70px;
	}

div.igp-supported-device span {
	font-size: 0.9rem;
}

[data-bs-theme="dark"] div.igp-supported-device .device-image-container img.image-shadow {
	outline: none;
	box-shadow: 0 0 10px 5px rgba(128, 128, 128, 0.5);
	border-radius: 5px;
}

#signup-ack-msg ul, #reset-password-ack-msg ul {
	padding-left: 20px;
}

.whats-new-header{
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 10px;
	display: inline-block;
	border-bottom: 2px solid orange;
}

.whats-new-img {
	float: right;
	width: 240px;
	height: auto;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid gray;
}

.whats-new-content {

}
 
