table {
    width: 100%;
}
tr.table_header{
    background-color:#9b9b9b;
}
tr.item{
    display:none;
}

tr.item:nth-child(-n+11){
    display:table-row;
}
tr.even{
    background-color:#f6f2e6;
}
tr.odd{
    background-color:#f1f1f1;
}
th, td{
    text-align:center;
    border:1px solid #fff;
}

th.title{
    width:30%;
}
th.datatable{
    width:25%;
}
th.picto{
    width:5%;
}
th.cat{
    width:25%;
}
th.map{
    width:15%;
}
#createPoi, #poiAttributes{
    margin-top:10px;
}
label{
    margin-right:5px;
}

/*** MAP ***/
.eMapsMap {
    width:100% !important;
    height:400px;
}