.yearChange {
    display: flex;
    align-items: center;
    /*width: 95%;*/
}

#yearSlider {
    width: 360%;
    margin: 4em;
}
@media all and (max-width: 1000px) {
    margin: 1em 2em;
}

#yearForm {
    padding: 20px;
    width: 80%;
}

#yearForm #formStartYear,
#yearForm #formEndYear {
    min-width: 200px;
}

#pathwaysGuideline {
    max-width: 40em;
    margin: 0 auto 1em;
    padding: 1em;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 0.5em;
}

#chartTitle {
    text-align: center;
}
#chartTitle .pathwaysReset {
    font-style: italic;
    font-size: 85%;
    color: #777;
    margin-left: 1em;
}

.side-titles {
    width: 50%;
    margin-bottom: 0.5em;
    float: left;
    font-weight: bold;
}

#leftSideTitle {
}

#rightSideTitle {
    text-align: right;
}

#pathwaysChart {
    height: 1100px;
}

svg#pathwaysSVG {
    /*min-height: 1500px;*/
}

#careerLink a {
    text-decoration: none;
}

#careerLink > div {
    width: 100%;
    position: absolute;
}

#careerLink div .pathwaysLink {
    font-size: 0.6em;
    line-height: 0.9em;
    position: absolute;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

g {
    height: 100%;
    width: 100%;
}

path {
    margin-top: 10px;
    /*stroke-width: 5 !important; how to change line heights*/
}

.node rect {
    fill-opacity: .4;
    shape-rendering: crispEdges;
    /*height: 25;*/
}

.node.clickable {
    cursor: pointer;
}

.node.clickable:hover rect {
    fill-opacity: 0.9;
}

.node text {
    pointer-events: none;
    text-shadow: 3px 3px 3px #fff,
        3px -3px 3px #fff,
        -3px 3px 3px #fff,
        -3px -3px 3px #fff;
    font-size: 0.8em;
}

.link {
    fill: none;
    stroke-opacity: .3;
}

.link.clickable {
    cursor: pointer;
}

.link.clickable:hover {
    stroke-opacity: .5;
}

.axis path, .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}
