body {  font-size: 14px;  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;  -webkit-font-smoothing: antialiased;  color: #333;  padding: 1em 2em;}/* 2 column layout */.column {  float: left;}  .column.left {    padding-right: 2em;  }/* Paragraphs */h1 { margin: 0.5em 0 1em 0; }h2 { margin: 1.6em 0 0.6em 0; }/* Links */a { color: rgb(102, 102, 102); }  a:hover {    color: rgba(102, 102, 102, 0.5);    text-decoration: underline;  }/* By default hide ids */.id { display: none }/* Tables */table {  margin: 0 0 0 0;  border: 2px solid white;}  td, th {    border: 1px solid #E6E6E6;    padding: 0.7em;    background-color: white;  }  th {    color: #eee;    text-shadow: 0 2px 2px rgba(255, 255, 25, .1);    color: rgb(0, 136, 204);  }  td {    color: rgb(102, 102, 102);    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);  }/* Table with targets' photos */table.photos { border: none }  table.photos img { height: 120px; }  table.photos td {    border: none;    padding: 0 0.5em 0 0;  }/* Google map */div.google_map {  width: 550px;  height: 400px;  border: 1px solid gray;  margin-top: 0.5em;}/* Index page with all the exported entities */div.entity-icon {  float: left;  text-align: center;  margin: 0 1em 1em 0;  color: rgb(0, 136, 204);  width: 100px;  overflow: hidden;}  div.entity-icon:hover {    opacity:0.6;    filter:alpha(opacity=60);  }