/*
.container_block{
  margin: 35px 0;
  padding: 0 25px;
  width: 100%;
}
*/


/* table */
#datamap{
  margin: 0 25px 35px 25px;
  width: calc(100vw - 50px) !important;
}
#datamap ul{
  margin-left: 2em;
}
#datamap li{
  margin-top: 0.5em;
}
#datamap>li{
  font-weight: bold;
}
#datamap li span.count{
  font-weight: normal;
}


/* tablesorter */
table.tablesorter tbody tr.normal-row td {
  background: #eee;
  color: #000;
  font-size: 0.9rem;
}
table.tablesorter tbody tr.alt-row td {
  background: #fff;
  color: #000;
  font-size: 0.9rem;
}
.tablesorter-blue th{
  background-color: #fcc !important;
  /*background-color: #800 !important;*/

}
.tablesorter-blue .tablesorter-filter-row td {
  background-color: #800 !important;
}
.tablesorter-sticky-wrapper{
  left: 25px !important;
}
