﻿.container {
    width: auto;
    max-width: 500px;
    margin: 0;
    padding: 0;
}
.parking-capacity-widget {
    background-color: #eee;
    font-family: 'Libre Franklin';
}
.widget-size {
    max-width: 500px;
    height: 381.141px;
    padding: 10px;
}

.pull-right {
    float: right !important;
}

.short-term-parking {
    margin-top: 0px !important;
}

.parking {
    font-size: 14px;
    font-weight: 700;
    height: 70px;
    font-family: 'Libre Franklin';
    text-size-adjust: 110%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.parking .progress-bar div {
    height: 100%;
}

.parking .progress-bar {
    width: 100%;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: rgba(8, 8, 8, 0.25);
    overflow: hidden;
}

.parking-widgets .panel-group .panel .parking {
    color: inherit;
    margin: 0 0 30px;
}

.progress-bar > div {
    line-height: 22px;
}

.short-term-parking .progress-bar > div {
    background-color: #00aaf4;
}

.short-term-parking {
}

.long-term-parking .progress-bar > div {
    background-color: #f69532;
}

.long-term-parking-old .progress-bar > div {
    background-color: #b5e61d;
}

.economy-parking .progress-bar > div {
    background-color: #16b544;
}

.economy-parking {
}

.subhead {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 700;
    color: #333;
    font-size: 1.1em;
    border: 0 none;
    margin-top: 0.167em;
    margin-bottom: 0;
}

.open-lot {
    color: green;
}

.full-lot {
    color: red;
}

.stall-text {
    white-space: nowrap;
}

.disclaimer-text {
    text-align: center;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 100;
}