/* CSS Document for about pages */

/* resize updated higher res images to fit display - do not remake images as low res. high % of screens are now high res */
.box-product img {display:inline-block; max-width: 100%;}

#left-block {display: none !important;}
#content-block {width:auto; padding-left: 20px; float:none;}
.middle-col {width:760px; max-width: 760px; box-sizing:border-box; }
#nav-path {float:none; padding-left:20px;  padding-left:20px;}
#nav-path {float:none; padding-left:20px; margin-bottom: 2em;}
#right-block a[href="/lam/climate/index.htm"] {display:none;}
h1 {font-size: 1.8em; margin-bottom: 1em;}
h2 {font-size: 1.4em;}
h1+h2 {margin-top:-2em;}


p, ul, ol, dl {line-height: 1.6em;}

.page-menu { padding:1em; /* display:none; */}

#mainImg {display:block; width:100%; max-width:750px;}







img.illustration {
 margin-bottom: 0.5em;
 border: black 1px solid;
 }

 div.illustration-box-l  {
	float: left;
	text-align: center;
	padding: 10px 5px;
	font-style:italic;
	border: #666 solid 1px;
/*	clear: left; */
	margin-top: 0.2em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 0;
	display:table;
 }
 
  div.illustration-box-r  {
	float: right;
	text-align: center;
	padding-top: 10px;
	font-style:italic;
	border: #666 solid 1px;
	clear: right;
	margin-top: 0.2em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	display: inline;
 }
 
  div.illustration-box-c  {
	text-align: center;
	padding-top: 10px;
	font-style:italic;
	border: #666 solid 1px;
	clear: both;
	margin-top: 0.2em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
 }
 
/*
 a[href $='.zip'] {background:url(/climate/cdo/images/symbols/zip.gif) no-repeat left; padding-left:20px;}
 a[href $='.txt'] {background:url(/climate/cdo/images/symbols/txt.gif) no-repeat left; padding-left:20px;}
  */
 
 a[href $='.zip'] {background:url(/climate/cdo/images/symbols/zip.gif) no-repeat right; padding-right:20px;}
 a[href $='.txt'] {background:url(/climate/cdo/images/symbols/txt.gif) no-repeat right; padding-right:20px;}

 
