.table-person-info{
    font-family: 'Roboto', sans-serif;
    letter-spacing: .75px;
}

.greetings {
    font-size: 16px;
    margin-right: 4px;
}

.w-table-sm-td{
    width: 80px;
}

.order-header .shipped {
    font-size: 14px;
    font-weight: 500;
    color: #020202;
    text-decoration: none;
}

.order-header .dropdown-item {
    font-size: 14px;
}

.order-header .shipped .success-icon {
    color: #008000;
    font-size: 16px;
    margin-right: 4px;
}

.table-light-header {
    background-color: #f5f7f9;
    color: #666;
    font-size: 14px;
}

.cart-table .img-small {
    height: 40px;
    width: 40px;
    padding: 0;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #006400;
}