
body {
    font: 14px 'Inconsolata', Monaco, "Lucida Console", Consolas, "Courier New";
}
.projectTitle {
    margin-left: 40px;
}
.projectDesc{
    margin-left: 40px;
    font-size: 12px;
    max-width: 800px;
    margin-top: 14px;
}
.hidden {
    display: none;
}
.product path {
    fill: none;
    stroke: blue;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 0.8px;
}
.axis path {
    stroke: grey;
    stroke-width: .4px;
}
.title {
    font-size: 12px;
}
.tick line {
    stroke: grey;
    stroke-width: .4px;
}

.tick text {
    fill: grey;
    stroke: none;
    font-size: 8px;
}