/*	Account: Disk space
-------------------*/
div.expbar {
    height: 1.4rem;
    padding: 0;
    margin: 30px 0 11px;
    position: relative;
}
div.expbar ul {
}
div.expbar ul li {
    height: 1.4rem;
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 0;
}
div.expbar ul li.txt {
    color: #333;
    font-size: 0.8em;
    border: 1px solid #666;
    text-align: center;
}
div.expbar ul li.bar {
    border-right: 1px solid blue;
    background-color: #edf3f9;
}
div.expbar ul li.legend {
    top: -22px;
    font-size: 0.9em;
}

#offers .card-body ul.list-group {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
#offers .card-footer {
    background-color: transparent;
}
