body {
    font-family: "Helvetica Neue";
    margin-left:40px;
    font-weight: 200;
    font-size: 14px;
}

html,body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

text {
    cursor: default;
    font-size: 10px;
}

h1 {
    font-weight: 400;
}

#chart {
    height: 506px;
}

.dot {
    stroke: #000;
}

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

.label {
    font-size: 20px;
    fill: #777;
}

.year.label {
    font: 500 50px "Helvetica Neue";
    fill: #ddd;
}

.country.label  {
    font: 500 35px "Helvetica Neue";
    fill: #ddd;
}

.year.label.active {
    fill: #aaa;
}

.selected {
    stroke-width: 2;
    stroke-opacity: 1;
}

.container {
    position: absolute;
    top: 180px;
    left: 1050px;
    border:2px solid #ccc;
    width: 260px;
    height: 450px;
    overflow-y: scroll;
}

.sidebar{
    position: absolute;
    top: 20px;
    left: 300px;
    width:450px;
}

select, options{
    position: absolute;
    left: 1050px;
}

regiontag {
    position: absolute;
    top:23px;
    left: 1050px;
}

trendtag {
    position: absolute;
    left: 1050px;
}

startyear {
    position: absolute;
    top: 20px;
    left: 270px;
}

endyear {
    position: absolute;
    top: 20px;
    left: 770px;
}

.vspace {
    margin-bottom: 1px;
}

path.lineTrajectory, path.subTrajectory {
    stroke-width: 2;
    stroke-opacity: 1;
    stroke: gray;
    fill: none;
    pointer-events: none;
}

path.lineTrajectoryMonotone {
    stroke-width: 2;                            
    fill: none;   
    pointer-events: none;   
    stroke: lightgray;   
}

circle.pointTrajectory {
    pointer-events: none;
    stroke: lightgray;
    fill: black;
    opacity: 0;
}

line.lineClosestTrajectory {
    stroke: black;
    stroke-dasharray: 4,4;
    display: block;
}

line.lineClosestPoint {
    stroke: black;
    opacity: .1;
    display: block;
}

.selected {
    opacity: .5;
}

circle.pointClosestTrajectory {
    opacity: .1;
    display: block;
}

circle.focusGuide {
    opacity: 1;
    display: block;
    fill: none;
    stroke: black;
}
