.electricityPage {
  margin-top: 180px;
}
.electricityPage #prices-title {
  margin-left: 5%;
}
.electricityPage #prices-title td{
  line-height: 60px;
  vertical-align: baseline;
  font-weight: bold;
}
.electricityPage #prices-title .txt{
  font-size: 30px;
}
.electricityPage #prices-title .price {
  font-size: 50px;
  padding-left: 0.2em;
  visibility: hidden;
}
.electricityPage #prices-title .unit {
  font-size: 30px;
  visibility: hidden;
}

.electricityPage ul#prices-data {
  clear: both;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 300px;
  border: 1px solid #444444;
  width: 90%;
  margin-left: 5%;
  position: relative;
  box-sizing: border-box;
}
.electricityPage #dates {
  margin-top: 10px;
  height: 1.2em;
  position: relative;
  font-size: 30px;
}
.electricityPage #today {
  position: absolute;
  left: 1%;
  z-index: 100;
}
.electricityPage #tomorrow {
  position: absolute;
  left: 51%;
  z-index: 100;
}

.electricityPage ul#prices-data::after {
  content: "";
  display: table;
  clear: both;
}

.electricityPage ul#prices-data li{
  width: 0;
  height: 0;
  border: none;
  background-color: #2C75FF;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.electricityPage ul.hours {
  visibility: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 4em;
  width: 90%;
  margin-left: 5%;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #444444;
}
.electricityPage ul.hours li{
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}
.electricityPage ul.hours li.odd{
  background: #ddd;
}
.electricityPage ul.hours li.even{
  background: #eee;
}
.electricityPage ul.hours li>div{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.9em;
  width:  100%;
}
.electricityPage .euro{
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid #888888;
  box-sizing: border-box;
  visibility: hidden;
}
.electricityPage .pricePoint{
  position: absolute;
  visibility: hidden;
  z-index: 100;
}
.electricityPage .pricePoint.left{
  left: 0.3em;
}
.electricityPage .pricePoint.right{
  right: 0.3em;
}
.electricityPage #walker {
  position: absolute;
  display: none;
  z-index: 100;
}
.electricityPage #walker svg {
  height: 30px;
  width: 15px;
}

.electricityPage #lineMidnight, .electricityPage #lineNow {
  position: absolute;
  height: 100%;
  border: 0.5px dashed #444;
  visibility: hidden;
  z-index: 12;
}
.electricityPage #txtAvg span.value {
  margin: 0 0.3em;
}
.electricityPage #numeric-values {
  margin-top: 10px;
  width: 90%;
  position: relative;
  margin-left: 5%;
  visibility: hidden;
  line-height: 24px;
  font-size: 24px;
}
.electricityPage #numeric-values .negativePrice {
  color: red;
}
.electricityPage #numeric-values table.today{
  visibility: hidden;
  position: absolute;
  left: 1%;
}
.electricityPage #numeric-values table.tomorrow{
  visibility: hidden;
  position: absolute;
  left: 51%;
}
.electricityPage #numeric-values td:not(:last-child){
  padding-right: 0.5em;
}
