#logo {
    max-height: 6rem;
}

.batt-logo-green {
    background-color: #34c51f9c;
}
.batt-logo-yellow {
    background-color: #f6f2068c;
}
.batt-logo-orange {
    background-color: #f69806ab;
}
.batt-logo-red {
    background-color: #fe2626de;
}

.nav-pills {
    border-radius: 0.25rem;
    background-color:lightslategrey;
}

.nav-pills a {
    color: white;
}

.nav-pills a:hover, .nav-pills a:focus {
    color: orange;
    background: lightslategray;
}

.dropdown-menu {
    background: lightslategray;
}

main {
    padding: 0.5rem;
}

#heading {
    padding-bottom: 1rem;
}

#scrollers {
    display: block;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 99;

}

.todo-buttons {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.todo-item-col {
    /* max-width: 33%; */
}

.solar-btn {
    width: 6rem;
}