.AlrList
	{
	margin-bottom : 80px;
	}
	
.AlrListItem
	{
	max-width : 280px;
	min-height : 30px;
	
	margin : 20px;
	padding : 30px 30px 30px 20px;

	border : solid 1px #d9d9d9; 
	border-radius : 2px;
	
	cursor : pointer;
	flex-wrap : nowrap;
	
	align-items : center;
	font : normal 14px Calibri,sans-serif;
	color : #434343;
	}
	
.AlrListItem input
	{
	margin-right : 25px;
	}
		
.AlrListItem:hover
	{
	border-color : #70cef2;
	}