﻿/*<meta />*/

img
{
	padding-top: 10px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

img.inline
{
	padding-top: 0px;
	max-height: 12px;
}

img.inline2
/*from Sofie, works for some inline images*/
{
	padding-top: 0px;
/*	max-height: 20px;*/ 
/*Removed because it can cause Flare to squash images. Resize images to 20px high in Snaggit.*/
    margin-bottom: -5px;
}

img.grid80x80
{
	padding-top: 0px;
	max-height: 80px;
}

img.grid60x60
{
	padding-top: 0px;
	max-height: 60px;
}

img.grid40x40
{
	padding-top: 0px;
	max-height: 40px;
}

img.screenshot1
/*implements UX (Guy Saygwine) June 2017 recommendation for NWC screenshots*/
{
	border: 1px solid #3232;
}