/* CSS Document for about pages */

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;}

 