html,body{
height: 100%;
    font-family: "helvetica", "LiHei Pro", "蘋果儷黑體", "微軟正黑體",'Roboto', sans-serif;
}
.header {background-color: #fff;}
a:hover { color:#3357A1; }
a, a:link { color: black; }

.footer {
    font-size: 12px;
    letter-spacing: 0.1em;
    background-color: #E0E1E0;
    padding: 35px 70px 40px;
    overflow: auto;
}
.logo {
    width: 299px;
    height:  36px;
}
.container{
height: 100%;
align-content: center;
}
.chart {
	font-size:  9px;
	background-image: url("/gml/images/world1.svg");
	background-repeat: no-repeat;
}
path {
	fill: none;
	stroke: steelblue;
	stroke-width: 1.5px;
}
.overlay {
  fill: none;
  pointer-events: all;
}