	.axis {
		shape-rendering: crispEdges;
	}

	.x.axis line {
		stroke: #fff;
	}

	.x.axis .minor {
		stroke-opacity: .5;
	}

	.x.axis path {
		display: none;
	}

	.y.axis line {
		stroke: #fff;
	}

	.y.axis .minor {
		stroke-opacity: .5;
	}

	.y.axis path {
		display: none;
	}
	
    #nzh-opts {
        margin:0;
        list-style:none;
        text-align:center;
    }
    #nzh-opts li {
        padding:0 .5em;
        display:inline-block;
        text-align:left;
    }
    #nzh-opts label {
        display:block;
    }

	.context{
		margin-left:10px;
	}

    .tip {
        padding:1em;
        background:rgba(255,255,255,1);
        box-shadow:0 0 .3em silver;
        border-radius:.5em;
        width:200px;
        position:absolute;
    }
    .tip .name {
        font-weight:bold;
    }
    .tip .state {
        display:block;
        color:#9c9c9c;
    }
    .tip .seniority {
        padding-right:1.2em;
    }
    .tip .percent {
        font-size:.8em;
        padding-left:.3em;
    }
    .tip table {
        width:100%;
    }
    .tip td {
        font-size:.9em;
        text-align:left;
    }
    .tip td:last-child {
        text-align:right;
    }

    .g-line {
	  shape-rendering: crispEdges;
	  stroke: #ccc;
	  z-index: 99;
	  stroke-dasharray: 5.1;
	}

	#credit {
		color: #eaeaea;
/*		margin-left: 550px;
*/		margin-top: -20px;
		font-size: 14.5px;
	}

    #credit a{
        color: #cacaca;
    }

    .g-entries {
        opacity: 0.8;
         stroke: #000;
  stroke-width: .5px;
    }

        .g-entry {
        opacity: 0.8;
         stroke: #000;
  stroke-width: .5px;
    }

    .g-entries.active{
          stroke-width: 2px;

    }

    #nzh-opts{
        width: 440px;
        float: left;
        margin-left: 50px;
    }

    #main {
        width: 600px;
    }

    body{
        width: 600px;
    }

    #explanation{
        width: 600px;
        float: left;
        margin-left: 30px;
    }
     .note{
        width: 360px;
        float: left;
        margin-left: 10px;
    }

    #footnote{
        margin-top: -150px;
        margin-left: 10px;
        color: #cacaca;
    }


    #footnote a{
        color: #cacaca;
    }