body {
  background-color: darkblue;
  margin : 0;
  width: 100%;
}
.pageTitleImg {
  text-align: right;
}
div.unitPricePagesContent {
  display: inline-block;
  max-width: 60%;
  font-size: 13px;
  background-color: white;
  padding : 10px;
}
.unitPricePagesContent .sectionTitle {
  font-weight: bold;
  margin-bottom: 2%;
  padding-left: 1%;
  font-size: 120%;
  background-color: lightblue;
}
.unitPricePagesContent .unitpriceProductTitle {
  font-weight: bold;
  font-size: 110%;
}
.unitPricePagesContent .tableTitle {
  font-weight: bold;
}
.unitPricePagesContent .tablesContainer.loading {
  width: 50%;
  height: 50px;
  border-style: dashed;
  border-width: 1px;
}
.unitPricePagesContent .tablesContainer.loading > * {
  display: none;
}
.tablesContainer, .tableTitle {
  margin-left: 10%;
}
.unitPricePagesContent th {
  padding: 10px;
}
.unitPricePagesContent td {
  padding-left: 10px;
  padding-right: 10px;
}
th, td {
  border: 1px solid black;
  vertical-align: middle;
  text-align: center;
}
.unitPricePagesContent h3 {
  text-decoration: underline;
}
.unitPricePagesContent .priceDateCell {
  background-color: #dbe0ef;
}
.unitPricePagesContent .priceTypeCell {
  background-color: #7489af;
  color: white;
  font-weight: lighter;
  font-size: 110%;
}
.unitPricePagesContent .pageTopLink {
  background-color: #dbe0ef;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  text-align: center;
}
.unitPricePagesContent #historicalGraph {
  width: 60%;
  border-style: dashed;
  border-width: 1px;
  padding: 2%;
}
.unitPricePagesContent #historicalGraph.loading {
  height: 50px;
}
.unitPricePagesContent #historicalGraph canvas {
  width: 100%;
}
.unitPricePagesContent #historicalGraph .chartLegend {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
}