@CHARSET "UTF-8";

/*
 * Meter table
 */
table.ek-meter-table {
  width: auto;
}
table.ek-meter-table th {
  font-weight: normal;
  color: #808080;
}
table.ek-meter-table  td {
  font-size: .9rem;
  line-height: 1.5rem;
}
table.ek-meter-table  td:nth-child(n+3) {
  padding-right: 2rem;
}
table.ek-meter-table .ek-meter-kwh {
  color: #d86060;
}

/**
 * Status table
 */

table.ek-status-table {
}
table.ek-status-table th, td {
  color: #303030;
  white-space: nowrap;
  padding-top: .2rem;
  padding-right: .7rem;
  padding-bottom: .1rem;
}
table.ek-status-table th {
  color: #808080;
  font-weight: normal;
}
table.ek-status-table td {
  font-size: .75rem;
}


#ek_gateway_reboot_btn {
  display: inline-block;
}

.ek-weekday-btn {
    background-color: #e0e0e0;
    color: #000000;
    border-color: #c0c0c0;
}
.ek-weekday-btn:hover {
    background-color: #e0e0ff;
}
