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

.entsoePage 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;
}
.entsoePage #dates {
  margin-top: 10px;
  height: 1.2em;
  position: relative;
  font-size: 30px;
}
.entsoePage #today {
  position: absolute;
  left: 1%;
  z-index: 100;
}
.entsoePage #tomorrow {
  position: absolute;
  left: 51%;
  z-index: 100;
}

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

.entsoePage ul#prices-data li{
  width: 0;
  height: 0;
  border: none;
  background-color: #2C75FF;
  float: left;
  position: absolute;
  bottom: 0;
  z-index: 10;  
}
.entsoePage ul#prices-data li div{
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  position: absolute; 
  bottom: 0.3em;
  cursor: default;
  height: 5em;
}
.entsoePage .euro{
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid #888888;
  box-sizing: border-box;
  visibility: hidden;
}
.entsoePage .pricePoint{
  position: absolute;
  visibility: hidden;
  z-index: 100;
}
.entsoePage .pricePoint.left{
  left: 0.3em;
}
.entsoePage .pricePoint.right{
  right: 0.3em;
}
.entsoePage #walker {
  position: absolute;
  display: none;
  z-index: 100;
}
.entsoePage #walker svg {
  height: 30px;
  width: 15px;
}

.entsoePage #lineMidnight {
  position: absolute;
  height: 100%;
  border-left: 1px solid #888888;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 1;
}
.entsoePage #lineMidnight {
  border: 1px dashed #888888;
}
.entsoePage #txtAvg span.value {
  margin: 0 0.3em;
}
.entsoePage #numeric-values {
  margin-top: 10px;
  width: 90%;
  position: relative;
  margin-left: 5%;
  visibility: hidden;
  line-height: 24px;
  font-size: 24px;
}
.entsoePage #numeric-values .negativePrice {
  color: red;
}
.entsoePage #numeric-values table.today{
  visibility: hidden;
  position: absolute;
  left: 1%;
}
.entsoePage #numeric-values table.tomorrow{
  visibility: hidden;
  position: absolute;
  left: 51%;
}
.entsoePage #numeric-values td:not(:last-child){
  padding-right: 0.5em;
}
.entsoePage #washing-machine-popup {
  font-size: 24px;
  display: none;
  z-index: 200;
  margin-left: 5%;
  position: absolute;
  top: min(7.6vw, 15.2vh);
  padding-top: 0.5em;
  right: 5%;
}
.entsoePage #washing-machine-popup table {
  border-spacing: 0;
}
.entsoePage #washing-machine-popup th:not(:last-child),
.entsoePage #washing-machine-popup td:not(:last-child) {
  padding-right: 1em;
  text-align: left;
}
.entsoePage #washing-machine-popup th{
  text-align: left;
}
