		/* automatic generated image captions */

		figure {
			display: table;
		}

		figure figcaption {
			background-color: #efefef;
			caption-side: bottom ;
			display: table-caption;
			margin-top: -5px;
			padding: 10px;
		}

		figure figcaption em {
			display: block;
			line-height: 23px;
			margin-bottom: 1em;
		}

		figure figcaption p {
			font-size: 13px;
			line-height: 23px;
			margin-bottom: 0;
		}

		img.floatl,
		figure.floatl,
		figure.float-left 	{
			margin: 0 1em 0 0;
		}

		img.floatr,
		figure.floatr,
		figure.float-right	{
			margin: 0 0 0 1em;
		}


		div.article {
			margin-bottom: 2em;
		}

		div.article img {
			margin-top: 5px;
		}

		
