.list {
	display:flex;
	flex-direction:column;
	}
.list_header{
	
	}
.list_body{
	display:flex;
	flex-direction:row;
	flex:1;
	min-height:1px;
	}
.list_footer{
	
	}
.list_records{
	flex:1;
	min-width:1px;
	min-height:1px;
	overflow:auto;
	}
.list_record{
	margin:10px;
	}
.list_divRecord{
	display:table-row;
	background-color:#aacce7;
	}
.list_divRecord:nth-child(odd){
	background-color:#75b5e8;
	}
.list_divRecord_cell{
	display:table-cell;
	padding: 5px 5px;
	}