#monthTabs ul {
  width: 80%;
  margin: 10px auto 20px;
}

#dayTabs ul {
  width: 95%;
  margin: 10px auto 20px;
}

.graph-container {
  position: relative;
  font-size: 11px;
  color: #808080;
  xbackground: #FBCBFE;
}

.graph-container > canvas {
  xbackground: #ECCBEE;
  margin-top:12px;
}

.graph-container > .label {
  position: absolute;
  top: 0;
}

.graph-container > .label-left {
  left:0px;
}
.graph-container > .label-right {
  right:0px;
  text-align: right;
}             

.graph-container > .graph-title {
  text-align: center;
}

.graph-legend {
  position: relative;
  padding: 15px 40px 10px 10px;
  min-height: 25px;
}

.legend-item {
  float: left;
  display: block;
  padding-right: 12px;
  white-space: nowrap;
  margin-bottom: 5px;
  font-weight: bold;
}

.legend-item i {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 5px;
}

.legend-item-unitprice i {
  background: #000;
}

.legend-item-night i {
  background: #5e8199;
}

.legend-item-day i {
  background: #0bb56a;
}             

.legend-item-day i {
  background: #0bb56a;
}

.legend-item-good i {
  background: url('../img/green.png') no-repeat 50% 50%;
  background-size: 11px;
} 

.legend-item-bad i {
  background: url('../img/red.png') no-repeat 50% 50%;
  background-size: 11px;
}

.day {
  color: #0bb56a;
}

.night {
  color: #5e8199; 
}

.graph-info-link {
  background: url('../img/info.png') no-repeat 50% 50%;
  background-size: 18px;
  padding: 0 10px 10px 10px;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 5px;
  display: block;
} 

#consumption {
  border-bottom: 1px solid #e4e4e4;
  margin-top: 10px;
  padding-bottom: 10px;
}

#consumption h2 {
  margin-bottom: 10px;
}

#consumption-amount {
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
}

.light {
  color: #808080;
}

#consumption-share {
  float: left;
  width: 150px;
  height: 100px;
  position: relative;
}

#consumption-share-day, #consumption-share-night {
  position: absolute;
  border-bottom: 1px solid #e4e4e4;
}

#consumption-share-day {
  top: 0px;
  width: 62px;
}

#consumption-share-night {
  top: 45px;
  width: 90px;
}

#consumption-share-donut {
  width: 100px;
  position: absolute;
  left: 58px;
  top: -10px;
}

#price-current {
  border-bottom: 1px solid #e4e4e4;
}

.price-block {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 11px;
  color: #808080;
}

table#myprice-detail {
  margin-top: 10px;
}

#myprice-detail th, #myprice-detail td {
  vertical-align: middle;
  text-align: left;
  padding: 1px 0;
}

#myprice-detail th {
  padding-right: 10px;
}

#myprice-detail .day, #myprice-detail .night {
  font-size: 18px;
}

#myprice-detail span {
  white-space: nowrap;
}  

.consumption-disabled nav, .consumption-disabled .content{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.consumption-disabled #teaser-background {
  display: block;
  position: absolute;
  background: rgba(250,250,250,0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 20px;
  
}
div.teaser-message {
  border-radius: 4px;
  background: #EEE;
  margin: 60px auto 0 auto;
  padding: 20px 20px;
  text-align: center;
  max-width: 300px;
}

div.teaser-message h2 {
  margin-bottom: 20px;
} 

#teaser-background {
  display: none;
}  

#periodTabs {
  position: relative;
}  

.single-title {
  text-align: center;
}

.orientation-landscape #header {
  display: none;
}

.orientation-landscape-initial #header {
  display: block;
}

.orientation-landscape .fixed-header #content {
  padding-top: 0px;
}

.orientation-landscape-initial .fixed-header #content {
  padding-top: 75px;
}

.landscape-only {
  display: none;
}
.orientation-landscape .landscape-only {
  display: block;
}
.orientation-landscape .portrait-only {
  display: none;
}

.consumption-period {
  position: relative;
  height: 50px;
  margin-top: 5px;
}
.consumption-period-prev, .consumption-period-next {
  position: absolute;
  border-radius: 5px;
  background: #e4e4e4;
  width: 35px;
  height: 35px;
  top: 0;
}

.consumption-period-next {
  right: 0;
}

.consumption-period-prev i, .consumption-period-next i {
  background-image: url('../img/arr_left.png');
  background-repeat: no-repeat;
  background-size: 35px auto;
  display: block;
  height: 35px;
  margin: 0 auto;
  width: 35px;
}
.consumption-period-next i {
  background-image: url('../img/arr_right.png');
}
.consumption-period-title {
  text-align: center;
  color: #ccc;
  font-size: 18px;
  line-height: 20px;
}

.consumption-period-title.portrait-only {
  line-height: 18px;
}

.consumption-period-title .month {
  font-weight: bold;
  color: #444;
}

.consumption-period-title .amount {
  color: #0bb56a;
}
.consumption-period-title .year {
  font-size: 12px;
}

.customSelect {
  background: url('../img/customselect_arr_down.png') right center no-repeat;
  background-size: 11px auto;
}

.customSelectInner span {
  display: none;
}

.customSelectInner {
  font-weight: bold;
  color: #444;
  width: auto !important;
  margin-right: 20px;
  margin-left: 20px;
}

.graph-rotate {
  background: #f4f4f4;
  border-top: 1px solid #CCC;
  padding: 16px 40px 16px 55px;
  position: relative;
  min-height: 28px;
  font-size: 11px;  
}
.graph-rotate i.rotate {
  position: absolute;
  background: url('../img/rotate.png') no-repeat;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
  top: 15px;
  left: 15px;
}
.graph-rotate a.close {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 20px;
  right: 18px;
  background: url('../img/close.png') no-repeat;
  background-size: 21px auto;
}







