.footer {
    margin-top: 50px;
    /*background-color: #F9F9F9;
    border-radius: 5px;*/
    border-top: 1px solid #EFEFEF;
}

.list__quantity-label {
    font-size: 1em;
}

.list__product-name {
    /*margin-left: 10px;
    margin-right: 10px;*/
}

.list-group-item {
    /*padding-top: 1.3em;
    padding-bottom: 1.3em;*/
}

.list-group-item-heading {
    margin-bottom: 0.8em;
}

.list-group-item-heading--new {
    font-weight: bold;
}

.list-group-item-text {
    margin-bottom: 0.3em;
}

.list-group-item-text--justify {
    margin-left: 1em;
}

.list-group-item-text-added_by {
    color: #AAA;
    font-style: italic;
}
.list-group-item.disabled .list-group-item-text-added_by{

}

.list-group-item.disabled .list-group-item-text-bought_by{
    font-weight: bold;
}

.product_bought_name {
    text-decoration: line-through;
}

.container {
    margin-bottom: 2em;
}

.light-info {
    color: #999;
}
