/* articleimageexpand css */
.paragraphpictable, .articleparagraph .paragraphimage {
	width: 35%;
	height: auto;
	float: right;
	*/padding: 0 0 .5em .6em;*/
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.paragraphpictable.open {
	width: 100%;
}
.articleparagraph .open{
	width: 100%;
}
.paragraphpictable .paragraphimage {
	width: 100%;
}
