.order{
    margin-top: 20px;
}
.order p{
    margin-bottom: 1.6em;
    text-transform: uppercase;
    font-weight: bold;
}
.order .order-overview{
    margin: 0 0 7em 0;
    list-style: none;
}
.order .order-overview li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.order .order-overview li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}
.order .order-details h2 {
    background: #fbfbfb;
    padding: 1em;
    margin-bottom: 0;
    font-size: 1.3rem;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e5e5e5;
}
.order .order-details table{
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.order .order-details table thead th,.order .order-details table tbody td,
.order .order-details table tfoot th,.order .order-details table tfoot td{
    font-size: 13px;
    padding: .7em 1em;
    border-bottom-width: 0;
}
