summaryrefslogtreecommitdiff
path: root/reports/reports.css
blob: 1fb2afafae6504228c88455c210ccb9600000f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
body { font-size: smaller; }
td,th { vertical-align: top; }
td {
  max-width: 500px;
  overflow: hidden;
}
#mapid {
  width: 100vw;
  height: 30vw;
}
.gray { color: #888; }