body {
  font-size: 14px;
  font-family: "Georgia";
  text-rendering: optimizelegibility; 
  background-image: url(../img/struckaxiom.png);
  background-position: initial initial;
  background-repeat: initial initial;
  height: 100%;
}

div#contents {
  background-color: rgba(255,255,255,0.8);
  margin-top: 30px;
  padding-top: 30px;
}

#logo {
  width: 120px;
  margin-left: -30px;
  margin-top: -50px;
}

h1 {
  text-align: center;
}

h2 {
  padding-top: 10px;
}

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

li.selected {
  color: #e41a1c;
}

li.disabled {
  color: gray;
}

div#menu {
  margin-top: 20px;
  font-size: 12px;
}

div#infobox {
  min-height: 20px;
  margin: 10px;
  font-size: 12px;
}

div#output {
  margin-top: 20px;
  text-align: center;
}

div.breaker{
  height: 20px;
}

input#plot {
  margin-top: 80px;
  margin-left: -50px;
}

img#graph, img#breakdown {
  padding: 2px;
  border: 1px solid #28849B;
}

img#breakdown {
  width: 400px;
}

div#header {
  min-height: 125px;
}

div#footer {
  padding-top: 20px;
  min-height: 50px;
}

div#footer p {
  text-align: right;
  font-style: italic;
}

div#about p {
  font-size: 110%;
}

div#instructions p {
  margin-top: 15px;
}

div#xparams h3,
div#xparams select#xsolver {
  margin-left: 50px;
}
