table.table-striped tbody>tr:nth-child(odd){
   background-color: #ffffff;
}

table.table-striped tbody>tr:nth-child(even){
   background-color: #f9f9f9;
}

table.table-striped thead>tr{
   background-color: #f9f9f9;
}

table.table-striped#map-table {
   width: 80%;
   margin-top: 2em;
}
