﻿.text-white .card-header {
    color: #FFF
}

.count {
    font-size: 4em;
    line-height: 1em;
    font-weight: bold;
}

.lines {
    padding-bottom: 6px;
    font-size: 1.6em;
}

.card .list-group-item {
    padding: 8px;
    font-family: 'Roboto Condensed';
    font-size:1.2em;
}

#pick .col-6:first-child {
    border-right: 1px solid #fff
}

#weather .card:not(:last-child) {
    border-right: 1px solid #c0c0c0
}

#weather .hour {
}

#weather .icon {
    font-size: 2.0em
}

#weather .temp {
    font-size: 2.0em
}

#weather .rain {
    font-size: 0.9em
}



#orderhistory .card:nth-child(even) {
    background: #efefef
}
/*#orderhistory .card:not(:last-child) {border-right:1px solid #000}*/
#orderhistory .date {
    font-size: 0.8em;
    text-transform: uppercase;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 4px;
}

#orderhistory .orders {
    font-size: 1.5em;
    font-weight: 600
}

#orderhistory .lines {
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 400
}

#calendar{
    font-size:1.1em;
}

#calendar .history{
    font-size:1.3em;
}

    #calendar .list-group-item {
        font-family: 'Roboto Condensed';
        font-size:0.9em;
        font-weight: 700;

    }