﻿.wrapper .PicturesDataList
{
    width: 97%;
    
    
}

.wrapper .PicturesDataList .AspNet-DataList
{
    width: 97%;
    
    
}

.wrapper .PicturesDataList .AspNet-DataList div
{
      
    margin: 5px;
}

.wrapper .PicturesDataList .AspNet-DataList div div.row
{
    
}

/*Overzicht items*/
.wrapper .PicturesDataList .AspNet-DataList div div.row div.cam
{
    display: inline-block;
	float: left;
	text-align: center;
	margin: 5px 5px 5px 5px;
	border: 1px solid #e3d7c0 !important;
	
}

.wrapper .PicturesDataList .AspNet-DataList div div.row div.cam img
{
	margin: 20px 20px 5px 20px;
}

.wrapper .PicturesDataList .AspNet-DataList div div.row div.cam .icons
{
    text-align: right;
	margin: 0 20px 5px 0;
}

