svg {
    background-color: rgb(231, 231, 233);
    padding: 20px;
    margin: 10px;
}

circle {
    stroke: black;
}


h1 {
    color: #111;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    text-align: center;
    background-color: rgba(224, 234, 230, 0.652);
    padding: 20px;
}

h2 {
    color: #111;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    text-align: left;
    padding: 5px;
}

h3 {
    color: #111;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 2;
    text-align: left;
}

p {
    color: #111;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 150;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: left;
    width: 1100px;
}

label,
text, a {
    color: #111;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
}



.axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

.axis text {
    font-family: sans-serif;
    font-size: 11px;
}


.italic {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: italic;
}

hr {
    margin-bottom: 60px;
    margin-top: 60px;
}

.back {
    font-family: 'Helvetica Neue', sans-serif;
    float: right;
    font-size: 10px;
    padding: 5px;
}

.contents {
    font-size: 20px;
    margin: 10px;
    color: purple;
}

span {
    background-color: rgb(235, 231, 231);
}

.datapt {
    stroke-width: 1px;
    stroke: black;
    opacity: .8
  }

.datapt:hover {
    stroke: black;
}


img {
    float: center;
    padding-right: 20px;
}

.internalLink {
    background-color: rgba(255, 99, 71, 0.4);
    color:black;
    padding: 15px 25px;
}

.externalLink {
    color:black;
    padding: 0px;
}

.disabled {
    color:white;
    background-color: rgba(255, 99, 71, 0.2);
    padding: 15px 25px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 3%;
    background-color: whitesmoke;
}

.pagination {
    display: inline-block;
}
  
.pagination a {
    color: black;
    float: left;
    padding: 5px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}
  
.pagination a.active {
    background-color: #525252;
    color: white;
    border: 1px solid #525252;
}

.pagination a:hover:not(.active) {background-color: #cccccc;}

/* AXES */
/* ticks */
.axis line{
stroke: #706f6f;
stroke-width: 0.5;
shape-rendering: crispEdges;
}

/* axis contour */
.axis path {
stroke: #706f6f;
stroke-width: 0.7;
shape-rendering: crispEdges;
}

/* axis text */
.axis text {
fill: #2b2929;
font-family: Georgia;
font-size: 120%;
}


div.tooltip {
    position: absolute;
    text-align: center;
    width: auto;
    height: auto;
    padding: 2px;
    font: 12px sans-serif;
    background: lightsteelblue;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
}
