div.PanelLayoutComment
{
	display			:	table-cell;
	vertical-align			:	top;
}
div.PanelLayoutPhoto
{
	display			:	table-cell;
	width				:	300px;
	padding			:	0px 0px 0px 40px;
	vertical-align			:	top;
}
div.PanelLayoutPhoto img
{
	width				:	inherit;
	border-radius		:	10px;
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	div.PanelLayoutComment
	{
		display			:	block;
		width				:	100%;
	}
	div.PanelLayoutPhoto
	{
		display			:	block;
		width				:	100%;
		padding			:	0px;
		text-align			:	center;
	}
	div.PanelLayoutPhoto img
	{
		width				:	80%;
	}

}
