div#energy-results {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

div#energy-results {
    font-size: 12px;
}

div#energy-results .pln {
    font-size: 11px;
    font-weight: 700;
    color: #707B7C;
}

input.energy-time-value {
    font-size: 12px;
    padding: .25rem .2rem;
}

div#energy-results .table td, div#energy-results .table th {
    padding: 0.35rem;
}

a#export-pdf {
    background-color: #F98F03;
    color:#F9F9F9;
}

.table-info {
    background-color: #B3DEFD;
}
