﻿.web-d-wrapper {
    float: left;
    width: 100%;
    display: table;
    margin: 20px;
    margin-top: 70px;
 
}

/* Create two equal columns that floats next to each other */
.web-d-column {
    float: left;
    padding: 0px;
    min-width :400px;
}

.web-d-left {
    width: 45%!important;
}

.web-d-right {    
    padding-left: 20px;
}

.web-d-row {
    margin-left: 40px;
}
    /* Clear floats after the columns */
    .web-d-row:after {
        content: "";
        display: table;
        clear: both;
    }

.web-d-qty {
    width: 50px;
    height: 25px;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 400;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: text;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid rgba(0,0,0,.09);
    outline: none;
    vertical-align: top;
}

div.web-dtable {
    border: 0px solid black;
    display: table;
}

div.web-dtr {
    border: 0px solid black;
    display: table-row;
}

div.web-dtd {
    border: 0px solid black;
    display: table-cell;
    border-bottom: 1px dotted #888;
    line-height: 2px !important;
    height:15px !important;
}

div.web-dtd1 {
    width: 100px;
    height: 15px !important;
}

.web-dtdLast {
    border-bottom: 0px dotted #888 !important;
}
