#slider {
    width: 1000px;
}

#states path {
  fill: #ccc;
  stroke: #fff;
}

.container {
    margin: 0 auto;
    align-content: center;
    text-align: center;
}

.mapname {
    font-size: 25px;
    font-weight: bold;
    fill: #7FB800;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.9), -1px -1px 0px rgba(255,255,255,0.5), 1px 1px 0px rgba(0,0,0,0.8);
	opacity: 0.8;
}

#graph {
    margin: 0 auto;
    align-content: center;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 95%;
    vertical-align: top;
    overflow: hidden;
}

#year {
    border: none;
    border: 0;
    font-family: "Courier New";
    font-weight: bold;
    font-size: 25px;
    width: 600px;
    text-align: center;

    color: #7FB800;
    background-color: #282828;
    pointer-events: none;
}

.svg-content-responsive {
    margin: auto;
    display: block;
    position: relative;
    top: 0px;
    left: 0;
    bottom: 0px;
}