.order-details > tbody > tr > td:first-child {
    font-weight: bold;
    width: 140px;
}

.register-flow-container{
    display:none;
}

.order-item.cancelled{
    text-decoration: line-through;
    
}

.head-main {
    width: 100%;
}

    .head-main td {
        vertical-align: top;
    }


.heads {
    width:100%;
}

    .heads td {
        padding: 3px 0 3px 0px;
    }

        .heads td:first-child {
            font-weight: bold;
        }

#order_items_table > thead > tr > td{
    border-bottom: 2px solid black;
}

.tracking-item{
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #808080;
    max-width: 400px;
    width:100%;
    padding: 8px;
    border-radius: 6px;
    margin: 10px 10px 10px 0px;
}

