.AgendaImg
	{
	border-radius:5px;
	max-width:180px;
	max-height:150px;
	width:auto;
	height:auto;
	flex-shrink:0;
	}
	
.AgendaListItem
	{
	background-color:#f0f0f0;
	float : left;
	width:378px;
	min-height : 520px;
	margin-right:6px;
	margin-left:6px;
	margin-bottom:12px;
	
	line-height:1.5;
	
	padding:1%;
	}

.AgendaField
	{
	display : flex;
	flex-direction : row;
	font-size : 10pt;
	color : #000000;
	font-face : Arial;
	}

.AgendaFieldLabel
	{
	width : 30%;
	}

.AgendaFieldContent
	{
	width : 70%;
	}


/* Smartphone */
@media only screen and (max-width:480px)
	{
	.AgendaImg
		{
		border-radius:5px;
		width:150px;
		flex-shrink:0;
		}
	
	.AgendaListItem
		{
		background-color:#f0f0f0;
		width:95%;
		min-width:0px;
		margin-bottom:12px;
		
		line-height:2.5;
		
		padding:2%;
		}
	}

/* Tablet	*/	
@media only screen and (min-width:481px) and (max-width:900px)
	{
	.AgendaListItem
		{
		background-color:#f0f0f0;
		width:95%;
		min-width:0px;
		margin-bottom:12px;
		
		line-height:2.5;
		
		padding:2%;
		}
	}