/*
    Created on : 18/12/2014, 08:55:19 PM
    Author     : Josué
*/
#chart_legend {
    background-color: white;
}

#map-canvas {
    width: 100%;
    margin: 0;
    padding: 0;
}

div.img {
    margin: 5px;
    float: left;
    text-align:center;
}

div.img .thumb{
  width: 100px;
  height: 100px;
}

div.desc {
    padding: 15px;
    text-align: center;
}

/*canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
    margin: 6px 0 0 6px;
}*/

table, th , td  {
  border: 0.5px solid #F2F2F2;
  border-collapse: collapse;
  padding: 5px;
}
table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table tr:nth-child(even) {
  background-color: #ffffff;
}

.fill { 
    min-height: 100%;
    height: 100%;
}

ul {
  list-style-type: none;
}