﻿.snapshot{
	text-align: center;margin:1em;
    overflow-x: auto;
}
.snapshot.wide{max-width:720px}
.snapshot img{
    display:block;
    margin:.3rem auto;
    max-width: 100%;
}
.snapshot.lesser img{
    max-width: 75%;
}
.image-tab{
    white-space: nowrap;
    width: 100%;
    display: table;
}
.image-tab .tab-elem{
    display: table-cell;
    padding: .5rem;
    text-align: center;
}
.image-tab .tab-elem img{
    max-width: 100%
}
.image-tab .caption{
    text-align: center;
    margin-top: .2rem;
}
.original-link{
    margin: 1.5rem 0
}
.original-link:before {
    content: "\25b6";
    margin: .3rem;
    font-size: 80%;
}

.note {
    font-style: italic
}
.lined-heading{
    margin-top: 2rem;
    border-top: 1px solid #d6d6d6;
    padding-top: .7rem;
}

.logo-list {
	max-width: 600px;
	min-width: 240px;
	margin: auto;
	left:0;
	right:0;
}
.logo-list.short {height: 280px; overflow: hidden; position:relative;}
.logo-list a {width:100px; height:60px; background: white; display:inline-block; margin: 5px;
	position:relative;}
.logo-list a img {max-width:100px; max-height:60px;
	position:absolute;
	display:block;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	}
.size-switcher {
	padding:.5rem;
	font-size:150%; font-weight: bold;
	cursor:pointer;
	text-align:center;
}
.size-switcher:hover {
	color:blue
}
.size-switcher.more {
	padding:.5rem;padding-top:2rem;position:absolute; bottom:0; right:0; left: 0; 
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.8), rgba(255,255,255,1)); 
	z-index: 100; 
	font-size:150%; font-weight: bold;
	cursor:pointer;
	text-align:center;
}
.section-header {
	font-size:200%; font-weight: bold;
	margin: 1rem 0;
	padding: 0 2rem;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.2)); 
}
ul.menu-list, ul.menu-list ul, ul.open-list {
    list-style: none;
}
ul.menu-list, ul.menu-list ul {
    padding: 0.25rem 0 0 1.5rem;
}
ul.menu-list ul, ul.menu-list ul.menu-list {
    margin: 0;
}
ul.menu-list li>ul, ul.open-list li>ul {
    max-height: 0;
    transition: max-height 0.2s ease-out;
    overflow: hidden;
}
ul.menu-list li.active>ul,ul.open-list li.active>ul {
    max-height: 1000px;
    transition: max-height 0.2s ease-in;
    overflow: hidden;
}
ul.menu-list ul>li,ul.menu-list>li {
    min-height:1.5rem;
}
ul.menu-list li {
	cursor: default;
}
ul.menu-list ul>li.menu-cont, ul.menu-list>li.menu-cont {
	cursor: pointer;
}
ul.menu-list li:before {
    content: "\2022";
    display: block;
    height: 0;
    width: 0;
    left: -1rem;
    top: -0.2rem;
    margin-right: -0.45em;
    position: relative;
    float: left;
    font-size: 1.3rem;
}
ul.menu-list *, ul.menu-list {
	max-height: 999999px;
	min-height: 1px;
}
ul.menu-list ul>li.menu-cont:before, ul.menu-list>li.menu-cont:before, ul.open-list>li.open-cont:before { 
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35rem 0 0.35rem 0.45rem;
    display: block;
    height: 0;
    width: 0;
    left: -1rem;
    top: 0.25rem;
    margin-right: -0.45rem;
    position: relative;
    float: left;
    transition: transform .2s;
    font-size: .9rem;
}
ul.menu-list ul>li.menu-cont.active:before, ul.menu-list>li.menu-cont.active:before, ul.open-list>li.open-cont.active:before {
    transform: rotate(90deg);
    transition: transform .2s;
}
ul.menu-list ul>li.menu-cont.illuminate:before, ul.menu-list>li.menu-cont.illuminate:before {
    border-left-color: #978AFF;
}
ul.menu-list a.current {
    font-style: italic;
}
ul.menu-list {
    margin: 3rem 2rem;
}
.menu-list a, .good-links a{ text-decoration: none !important; color: #1282B9; }
.menu-list a:visited , .good-links a:visited { color: #17526F; }
.menu-list a:hover , .good-links a:hover { text-decoration: underline !important; }
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.offer-box{
    float: right;
    max-width: 150px;
    text-align: center;
}

.offer{
    font-size:120%;
    margin:2rem;
}
.offer2 {
	font-size:100%;
    margin:.5rem 2rem;
}
.purchase-btn:hover {
	border-color: rgb(89, 130, 44);
	border-bottom-color: rgb(89, 130, 44);
	color: rgb(255, 255, 255) !important;
	text-decoration: none;
}
.purchase-btn{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(115, 168, 57);
	background-image: linear-gradient(rgb(136, 193, 73), rgb(115, 168, 57) 60%, rgb(105, 153, 52));
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-size: auto;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid rgb(115, 168, 57);
	border-bottom-color: rgb(89, 130, 44);
	box-sizing: border-box;
	color: rgb(255, 255, 255) !important;
	cursor: pointer;
	display: inline-block;
	filter: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	line-height: 18px;
	margin: 0 1.5rem;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none !important;
	text-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 0px;
	vertical-align: middle;
	white-space: nowrap;
    border: solid #ddd;
    border-width: 1px 0;
}
#content table.product-tab {
    border-spacing: 0;
    border-collapse: separate;
    font-family: sans-serif;
    line-height: 1.6rem;
    color: #333;
    font-size: 10pt;
    margin: 2rem 0;
    border: solid #ddd;
    border-width: 1px 0;
    width : 100%;

	display:table; /* override common! */
}
table.product-tab .top-line {
	border-spacing: 2px;
}
table.product-tab th{
    line-height: 1.4;
    background-color: rgb(238, 238, 238);
    vertical-align: middle;
    font-weight: bold;
    border: 0 solid #ddd;
    border-bottom-width: 1px;
}
table.product-tab tbody tr:nth-child(even) {
    background-color: rgb(238, 238, 238);
}
table.product-tab th {
    padding: 8px;
}
table.product-tab tr {
    margin: .2rem 0
}
table.product-tab td {
    vertical-align: top;
}
table.product-tab tr>td:last-child {
    text-align: center;
}
table.product-tab td {
    padding: 1.6rem .5rem;
    border: 0 solid #ddd;
    border-bottom-width: 1px;
}
table.product-tab td.img-td {
    padding: .2rem;
}
table.download-table>colgroup>col:first-child{
	width:28%;
}
table.download-table>colgroup>col:not(:first-child){
	width:18%;
}
.prod-head {
    font-weight: bold;
}
.additional-link {
    font-style: italic;
    margin-top: 1rem;
	margin-left: .4rem;
}
.product-img {
	width:120px;
	padding-left:10px;
}
.additional-info {
	font-size: .7rem;
}
.cart:before {
    content: " ";
    background-image: url('../images/cart.svg');
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: cover;
    position: relative;
    left: -3px;
    top: 2px;
}
span.var {font-style:italic}

.changelog {
	font-weight: bold;	
	font-family: "Trebuchet MS", sans-serif;
	text-shadow: 1px 1px 1px #BBB;
	font-size: 13px;
}
.changelog li{
	font-weight: normal;
	font-size:13px;    
	padding-left: 18px;
	text-indent: -18px;
	margin: 5px 1px;
}
.changelog ul {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}
.changelog li:before {
	background-size: 14px 14px;
	background-repeat: no-repeat;
	display: inline-block;
	width:18px; height:14px;
    vertical-align: text-bottom;
    opacity: .5;
	content: '';
}
.changelog li.section {
	font-weight:bold;
}
.changelog li.n:before {background-image: url('../images/circle-plus.svg');}
.changelog li.f:before {background-image: url('../images/circle-check.svg');}
.changelog li.b:before {background-image: url('../images/circle-x.svg');}
.changelog {    
	margin: 10px 5px;
    padding-left: 1rem;
}
.changelog ul {
	margin-left: -1.25rem;
}
.changelog-global {
	margin-left:0;
	padding:0;
}
.changelog {cursor:pointer}
.changelog ul {cursor:default}
.changelog .ver-info:before {content:''}
.changelog .ver-info:after {content:''}
.changelog .ver-info {margin-right:4rem; float:right; font-weight: normal; color: #555; cursor:default;}
.changelog .ver-date {margin-left:-4rem; font-weight: normal; float:right; cursor:default;}

.comparison-footnote {
	text-align: right;
	padding: 10px;
	color: #666;
	text-shadow: 1px 1px 1px #afafaf;
}
.comparison-footnote:before {
	content:'*'
}
table.comparison, table.features {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	font-style: normal;
	border-collapse:separate;
	border-spacing: 5px;
}

table.comparison tbody tr td .feature-name,table.features tbody tr td .feature-name {
	font-size: 16px;
	font-weight: bold;
	color: 0;
	text-shadow: 1px 1px 1px #9c9c9c;
}
table.comparison tbody tr td p,table.features tbody tr td p {
	margin: .5em 0;
}
table.comparison tbody tr td ul,table.features tbody tr td ul {
	margin: .5em 0;
}
#content table.comparison,#content table.features{
	width:100%;
	display:table; /* override all.css spec */
}
table.comparison img,table.features{
	max-width: 100%
}
table.comparison tbody tr td,table.features tbody tr td {    
	padding: 10px;
	background-color: #dcdcdc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #666;
	text-shadow: 1px 1px 1px #afafaf;
	position:relative;
}
table.comparison tfoot tr td a, th.download-link a {
	display: block;
	color: inherit;
	text-decoration: inherit;
	padding: 20px 15px;
}
table.comparison tfoot tr td:hover, th.download-link:hover{
	background-color: #9db3c1;
	transition: background-color .3s;
}
table.comparison tfoot tr td:hover a, th.download-link:hover a{
	text-decoration: underline;
}
table.comparison tfoot tr td, th.download-link {
	padding: 0 !important;
	background-color: #3c3c3c;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 1px #a5a5a5;
}
table.comparison thead tr th,table.features thead tr th {
	padding: 20px 15px;
	background-color: #3c3c3c;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/* text-shadow: 1px 1px 1px #afafaf; */
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 1px #a5a5a5;
}

table.comparison tbody tr td.comparison-yes:after {content: 'YES';}
table.comparison tbody tr td.comparison-yes.no-label:after {content: '';}
table.comparison tbody tr td.comparison-yes {
		background-color: #2eec43;
		text-align: center;
		color: white;
		font-size: 3rem;
		font-weight: bold;
}
table.comparison tbody tr td.comparison-yes.no-label{font-size: 1.5rem;}
table.comparison tbody tr td.comparison-no:after {content: 'NO';}
table.comparison tbody tr td.comparison-no.no-label:after {content: '';}
table.comparison tbody tr td.comparison-no {
		background-color: #ec2e43;
		text-align: center;
		color: white;
		font-size: 3rem;
		font-weight: bold;
}
table.comparison tbody tr td.comparison-no.no-label{font-size: 1.5rem;}
.tooltip {
	opacity:0;
	font-size: 12px;
	position: absolute;
	z-index: 1;
	background-color: rgba(253, 253, 6, 0.86);
	color: black;
	padding: 2px;
	left: 0;
	bottom: 0;
	right: 0;
	transition: opacity .3s;
}
table.comparison td:hover .tooltip {
	opacity:.75;
}
table.comparison .tooltip:hover {
	opacity:.75;
}

.feature-div {
	position:absolute;
	opacity:0;
	max-width:150px;
	transition: left .3s, height .3s, opacity .1s;
	background-color: rgba(0, 0, 0, 0.52);
    border-radius: 4px;
    padding: 3px;
	padding-left: .6rem;
    color: white;
    font-family: sans-serif;
    font-size: 70%;
	text-align:left;
}
.feature-div.displayed{
	opacity:1
}
.feature-div a:before{content:'• ';margin-left:-.6rem;padding-left:3px;}
.feature-div a {
	display:block;
	color: white !important;
	margin:2px;
	text-decoration:none !important;
}
.feature-div a:hover{
	display:block;
	color: white !important;
	margin:2px;
	text-decoration:underline !important;
}
span.cmd {
	font-family: "Courier New", Courier, monospace;
	background-color:white;
	padding: 0 3px
}
.digit-line{
    height: 2px;
    position: relative;
    background-color: black;
    top: 2.8rem;
}
.digit-box{
    font-size: 1.5rem;
    font-family: sans-serif;
    color: white;
    background-color: black;
    width: 0;
    height: 0;
    margin: 1.5rem 0;
    border: 1.3rem solid black;
    border-radius: 10rem;
    display: inline-block;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.digit-box>div{
    font-weight: bold;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: -1.3rem;
    width: 2.6rem;
    text-align: center;
}
.digit-text{
    position: absolute;
    vertical-align: middle;
    line-height: 2.6rem;
    margin-left: .3rem;
    margin-top: -0.05rem;
    margin: 1.5rem .3rem;
    padding: 0 .4rem;
    font-size: 1.21em;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    background-color: white;
}
.vqmt-pretty h3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    background-color: #ececec;
    /* border-top: 2px solid #ddd; */
    /* border-bottom: 2px solid #ddd; */
    padding-left: 1rem;
    color: #484848;
    box-shadow: 1px 1px 1px #b1b1b1;
}
.vqmt-pretty hr.headerline {
    display:none;
}
.minimalistic .top-navigation {
    display:none;
}
.notable-feature {
    color: red; font-weight: bold;
}
.pict-win {
	display:inline-block;
	margin-left: .2rem;
	width:16px; height:16px;
	background-image: url(../images/pict-win.png)
}
.pict-linux {
	display:inline-block;
	margin-left: .2rem;
	width:16px; height:16px;
	background-image: url(../images/pict-linux.png)
}
.noteadv {
  font-size: 80%;
  margin: 1rem 1.5rem;
  padding: .5rem 1rem;
  background: #eee;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #b1b1b1;
  color: #666;
}
.noteadv b {
  color: black; 
}

.typ-ul,.comp-ul{font-size:90%;}
.typ-ul>li:first-child{margin:0;}
.typ-ul>li{margin:1.5rem 0;}
.comp-ul>li{margin:.3rem 0;}

div.vqmt-footnote-block {
    margin: -1.5rem 0 2rem 0;
    text-align: right;
    font-size: 80%; 
    clear:  both !important;
}

.vqmt-footnote-m { color:#e82f2f }

.horiz-menu {
	display: flex;
	justify-content: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.horiz-menu>a{
	flex-grow: 1;
	dsiplay: block;
	padding: 10px 5px;
	text-align: center;
}
.horiz-menu>a:hover {
	background-color: #eee;
	text-decoration: none;
}

@media (max-width: 500px) {
	.horiz-menu {
		flex-direction: column;
		border-top: 0px solid #eee;
	}
	.horiz-menu>a{
		border-top: 1px solid #eee;
	}
}