.AgdListItem
	{
	width : 440px;
	min-height : 150px;
	margin : 20px;
	padding : 10px 30px 30px 30px;

	border : solid 1px #d9d9d9; 
	border-radius : 2px;
	
	flex-wrap : nowrap;
	align-items : center;
	}

.AgendaImg
	{
	max-width : 180px;
	max-height : 150px;
	width : auto;
	height : auto;
	
	margin-bottom : 20px;
	
	flex-shrink:0;
	}

.AgendaField
	{
	display : flex;
	flex-direction : row;
	
	padding : 15px 0px 15px 0px;

	border-bottom : solid 1px #f3f3f3; 
	
	font : normal 14px Calibri,sans-serif;
	color : #434343;
	line-height : 1.5em;
	}
	
.AgendaField:last-child 
	{
	border-bottom : none; 
	}

.AgendaFieldLabel
	{
	width : 25%;
	
	margin-right : 30px;
	
	font-weight : bold;
	}

.AgendaFieldContent
	{
	width : 75%;
	}


/* Smartphone */
@media only screen and (max-width:480px)
	{
	}

/* Tablet	*/	
@media only screen and (min-width:481px) and (max-width:900px)
	{
	}