.tarjouskori-wrap {
    background: #fff;
    padding: 18px;
    border: 1px solid #eee;
    border-radius: 6px;
}
.tarjous-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}
.tarjous-table th,
.tarjous-table td {
    border: 1px solid #eee;
    padding: 8px;
    text-align: left;
    vertical-align: middle;
}
.tarjous-actions {
    margin-top: 15px;
}

/* --- UUDET TYYLIT --- */

/* Kuvasarake */
.tarjous-table th.col-image,
.tarjous-table td.col-image {
    width: 80px;
    text-align: center;
}
.tarjous-table td.col-image img {
    max-width: 100%;
    height: auto;
    border: 1px solid #eee;
}
/* Oman rivin "kuvake" */
.tarjous-table td.col-image .custom-item-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    margin: 0 auto;
    line-height: 40px;
    color: #999;
}
.tarjous-table .custom-item-row td {
    background-color: #f9f9f9;
}


/* Oman rivin lisäyslomake */
.custom-item-form-wrap {
    margin-top: 25px;
    padding: 15px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 4px;
}
.custom-item-form-wrap h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.custom-item-form-wrap input[type="text"],
.custom-item-form-wrap input[type="number"] {
    margin-right: 1%;
    padding: 8px;
}
/* --- Alkuperäiset tyylit --- */

.add-to-quote {
    background: #1e73be;
    color: #fff;
    padding: 10px 14px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}
.remove-from-quote,
.remove-custom-item {
    background: #d9534f;
    color: #fff;
    padding: 6px 10px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}
.tarjous-login-note {
    color: #777;
    font-size: 14px;
    margin-top: 8px;
}
.tarjous-discount {
    width: 60px;
}