.clear {
    clear: both;
    display: block;
    font-size: 0px;
    line-height: 0;
    background: transparent;
    color: transparent;
    border: 0;
    visibility: hidden;
}
.new-order-bg {
    display: block;
    padding: 12px;
    background-color: #ececec;
    margin: 0;
}
.new-order-box {
    background-color: #fff;
    display: block;
    -moz-border-radius : 7px;
    -o-border-radius : 7px;
    -webkit-border-radius : 7px;
    border-radius : 7px;
    border : 1px solid #CECECE;
    -moz-box-shadow : 5px 5px 10px #BFBFBF;
    -o-box-shadow : 5px 5px 10px #BFBFBF;
    -webkit-box-shadow : 5px 5px 10px #BFBFBF;
    box-shadow : 5px 5px 10px #BFBFBF;
}
.new-order-box > h6 {
    -moz-border-radius : 4px 4px 0px 0px;
    -o-border-radius : 4px 4px 0px 0px;
    -webkit-border-radius : 4px 4px 0px 0px;
    border-radius : 4px 4px 0px 0px;
}
.new-order-box > div:not(.table) {
    padding-bottom: 5px;
}
.new-order-box > .table {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.new-order-box > div:not(.table) > .row {
    padding: 10px;
}
.new-order-box > div:not(.table) > .row > * {
    line-height: 28px;
}
.new-order-box > div > .row.header {
    background-color: lavender;
    font-weight: bold;
}
.new-order-box > div > .row.header > .fee {
    width: 20%;
}
.new-order-box > .table > .row {
    display: table-row;
}
.new-order-box > div > .row:not(.header):nth-child(odd) {
    background-color: #f7f7f7;
}
.new-order-box input[type="radio"],
.new-order-box input[type="checkbox"] {
    margin-right: 5px;
}
.new-order-box .bold > a {
    font-weight: bold;
}
.new-order-box > .table > .row > * {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 10px;
    height: 28px;
}
.new-order-box > .table > .row > .center {
    text-align: center;
}
.new-order-box select {
    padding: 3px;
    text-indent: initial;
}
.new-order-box select:disabled {
    opacity: 0.5;
    color: #515151;
}
.choose-billing {
    text-align: center;
}
.choose-billing > div {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0 5px 0;
}
.choose-billing .column {
    float: left;
}
.choose-billing .column.border {
    border: 1px solid #eee;
}
.choose-billing .column.border {
    border: 1px solid #eee;
}
.choose-billing .column.border:nth-child(1n+3) {
    border-left: 0;
}
.choose-billing .column > span {
    display: block;
    padding: 5px 10px;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
}