1 svg {
2 background: #eee;
3 width: 960px;
4 height: 500px;
5 }
6
7 #counties path {
8 stroke: #fff;
9 stroke-width: .25px;
10 }
11
12 #states path {
13 fill: none;
14 stroke: #fff;
15 stroke-width: 1.5px;
16 }