﻿.OrderListItem{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #aaa;
    font-size:14px;
}
.OrderListItem > div:first-of-type{
    line-height: 20px;
}
.OrderListItem .btn{
    float:right;
}
.OrderListItem h2 {
    font-size: 18px;
    margin: 0;
}

#archived-order-detail .address, #archived-order-end-summary{
    font-size: 14px;
}

#archived-order-detail table{
    width: 100%;
    font-size:14px;
}
#archived-order-detail table tr{
    border-bottom: 1px #999 solid;
}
#archived-order-detail h2{
    font-size: 24px;
}
#archived-order-end-summary{
    margin-top:20px;
    width: 100%;
    text-align: right;
}
#archived-order-end-summary > span:nth-of-type(odd){
    font-weight: bold;
}
#archived-order-end-summary > span:nth-of-type(even){
    width: 120px;
    display: inline-block
}