/* 
    Author     : Anelise Hanson Shrout
*/

#header {
    float:left;
    color:white;
    text-align:center;
    padding:5px;
    font: "arial" 14px;
    font-weight: bold;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 0px;
    border-color: black;
} 


#header a:link{
    color: white; 
    text-decoration: none;
    background-color: grey;
    border-style: solid;
    border-color: grey;
    border-radius: 2px 2px;
      
    display: inline-block;
    line-height: 30px;
    width: 150px;
    height: 30px;
    margin: 0 10px 2px 0;
    
}

#header a:visited{
    color: white; 
    border-color: black;
}

#mainInfo{
    line-height:30px;
    width: 775px;
    background-color: white;
    
}

iframe{
    width: 775px;
    height: 850px;
    border: none;
}


body {
    background-color: white;
    margin: 10px 50px;
    width: 775px;

}
svg {
  font: 10px sans-serif;
}

.background path {
  fill: none;
  stroke: #ddd;
  shape-rendering: crispEdges;
}

.foreground path {
  fill: none;
  stroke: steelblue;
}

.brush .extent {
  fill-opacity: .3;
  stroke: #fff;
  shape-rendering: crispEdges;
}

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

.axis text {
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
  cursor: move;
}
