h1 {
    font-family: "Poiret One";
    text-align: center;
    font-size: 36pt;
    margin-top: 10px;
}
h4 {
    font-family: "Poiret One";
    font-size: 28pt;
}

.axis path {
    fill: none;
    stroke: none;
    shape-rendering: crispEdges;
}
.highlight {
    stroke: #de2d26;
    fill: #de2d26;
}
.highlight-box {
    stroke: #de2d26;
    stroke-width: 3;
}
.axis {
    font-size: 12px;
    text-color: rgb(128, 128, 128);
}

#ui {
    text-align: center;
}

#ui a {
    color: #333333;
}

#about {
    position: fixed;
    top: 10px;
    right: 10px;
}

.modal-body {
   font-size: 18px;
}

#detail {
    font-size: 18pt;
    line-height: 25pt;
    text-align: justify;
    margin-left: 120px;
    width: 670px;

}
#detail span, .modal-body span {
    color: #756bb1;
    font-weight:bold;
}

#footer {
    position:fixed;
    bottom: 20px;
    left: 40px;
}