@font-face {
	font-family: "VarelaRound-Regular";
	src: url("/inc/VarelaRound-Regular-subset.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}
/* subset: basic latin + éàèùâêîôûçœÉÀÈÙÂÊÎÔÛÇŒ€¥£₿©µ’“” */

@font-face {
	font-family: "Montserrat-Light";
	src: url("/inc/Montserrat-Light-subset.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

wt-alert {
	color: #888;
	white-space: pre;
	font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

body {
	font-family: Montserrat-Light, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #f2f2f2;
}

h1, h2, h3, h4 {
	font-family: VarelaRound-Regular, Arial, Helvetica, sans-serif;
	text-align: left;
}

a {
	/*text-decoration:none;*/
	color: black;
	font-weight: bold;
	opacity: .8;
}

ul {
	text-align: left;
}

a:hover {
	text-decoration:underline;
	opacity: 1;
}
.nw {
	white-space: nowrap;
}

.wt {
	font-weight: bold;
}

.video_container {
	position: relative;
	padding-bottom: 56.25%;
	margin: 0px 5px;
}

.video_container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.logo_top {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100px;
	max-width: 10%;
	opacity: .4;
	transition-duration: 100ms;
}

.logo_top:hover {
	opacity: 1;
}

.button {
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	background-color: rgb(68, 116, 157);
	color: white;
	padding: 5px;
	text-align: center;
	width: 150px;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	opacity: 1;
}

.price {
	color: #444;
	font-size: 21px;
	font-weight: bold;
	margin-left: 20px;
	vertical-align: -3px;
}

.button:hover {
	text-decoration: none;
	filter: brightness(105%);
	/*background-color: #151;*/
}

.screenshot {
	display: block;
	margin: 0 auto 0 auto;
	max-width: 100%;
	filter: drop-shadow(6px 6px 6px #2e2e2e);
/*	pointer-events: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;*/
}

.other-logo {
	width: 20%;
	max-width: 100px;
	margin-top: 100px;
}

hr {
	margin-top: 50px;
}

.note {
	margin-top: 20px;
	margin-left: 50px;
	padding-left: 10px;
	border-left: 2px solid black;
	text-align: left;
}

.main {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: center;
	line-height: 175%;
}

.main2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	line-height: 175%;
	text-align: justify;
	padding: 60px 20px 0 20px;
}

/*.main2 {
	display: block;
	margin-left: calc(100vw -700px - 40px);
	max-width: 700px;
	line-height: 175%;
	text-align: justify;
	padding: 60px 20px 0 20px;
}*/

.products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 40px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
}

.mini-logo {
	vertical-align: middle;
	height: 25px;
	max-width: 30px;
}

.midi-logo {
	vertical-align: middle;
	filter: grayscale(100%) brightness(80%) contrast(150%);
	max-height: 35px;
	width: 50px;
	margin-right: 5px;
}

table {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	border-collapse: collapse;
	background-color: white;
}

td, tr{
	border: 1px solid black;
	/*padding-left: 20px;*/
	text-align: center;
}

th {
	border: 1px solid black;
	text-align: center;
}

td.yes {
	background-color: #4ca66baa;
	font-weight: bold;
}

td.no {
	background-color: #bb0b0baa;
	font-weight: bold;
}

td.partial {
	background-color: #fea347aa;
	font-weight: bold;
}

td.logo_cell {
	border: none;
	text-align: right;
}

td.label_cell {
	border: none;
	text-align: left;
	white-space: nowrap;
}

td.option_cell {
	padding-left: 5px;
	padding-right: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	font-size: 0.8em;
}

td.desc_cell {
	padding-left: 10px;
	text-align: left;
	font-size: 0.8em;
}

.payment {
	font-size: 0.8em;
}
.payment .active::after {
	content: " active";
	color: green;
	font-weight: bold;
}
.payment .inactive::after {
	content: " currently inactive";
	color: red;
	font-weight: bold;
}
.warning {
	color: red;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: left;
}
.warning a {
	color: red;
}
.info {
	font-size: 0.9em;
	padding: 10px 0;
	text-align: left;
}