﻿.add-to-cart {
    position: relative;
}
.add-to-cart input[type=number] {
    width: 75px;
    padding: 5px 10px;
    font-size: 13px;
    vertical-align: bottom;
    line-height: 19px;
    border:1px solid #ccc;
}

.add-to-cart input[type=submit]{
    padding: 5px 10px;
    font-size: 13px;
    vertical-align: bottom;
    line-height: 19px;
}

.products > table td, .products > table th {
    font-size: 14px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.product-search {
    margin-bottom: 15px;
    font-size: 14px;
}
.product-search input {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 0;
}

.field {
    font-size: 14px;
    margin-bottom: 14px;
}
.field .label {
    font-size: 11px;
    color: #555;
    margin-bottom: 2px;
}
.field .value {
    display: inline-block;
    min-width: 250px;
    border-bottom: 1px dotted #ccc;
}