#orderDetails span:not(.c), #orderDetails p {
    color: #000;
}

#orderDetails > div > div:first-child {
    flex: 2;
    margin-right: 2rem;
}

.customizable a {
    text-decoration:underline;
}

#orderDetails > div > .checkcol:nth-child(2) {
    flex: 1;
}

#orderDetails > div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

span.ps {
    position: absolute;
    bottom: 1.5rem;
    padding-right: 1.5rem;
    line-height: 16px;
    color: #828282 !important;
}

.orderdetails {
    margin-top: 1rem;
}

    .orderdetails:not(.tracking) {
        margin-left: calc(170px + 2rem);
    }

    .orderdetails span.f1:first-child {
        font-weight: bold;
    }

.details span.f1:first-child {
    font-weight: bold;
}

.prevnote {
    color: #828282 !important;
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-top: 1rem;
}

#orderDetails .modal-body {
    width: 100%;
}
